kernel: Implementing editable, removable mount points

This commit is contained in:
ShirkNeko
2025-11-23 23:33:09 +08:00
parent 85bb10341a
commit a821b7d299
7 changed files with 368 additions and 17 deletions

View File

@@ -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