Redesign VFS around handles

This commit is contained in:
2026-02-22 13:57:41 +01:00
parent b571e2dbd3
commit 85872b856b
10 changed files with 210 additions and 196 deletions

View File

@@ -21,6 +21,7 @@ struct proc_resource {
int rid;
spin_lock_t lock;
struct rb_node_link resource_tree_link;
struct list_node_link delete_list_link;
union {
struct proc_mutex mutex;
struct proc_mail mail;