kernel: Implementing editable, removable mount points
This commit is contained in:
@@ -20,4 +20,6 @@ struct mount_entry {
|
||||
extern struct list_head mount_list;
|
||||
extern struct rw_semaphore mount_list_lock;
|
||||
|
||||
void try_umount(const char *mnt, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user