Fix not removing resource from procgroup->resource_tree during pg cleanup

This commit is contained in:
2026-03-03 21:53:54 +01:00
parent 2a891fcdd1
commit 212aeec04d
3 changed files with 1 additions and 11 deletions

View File

@@ -21,7 +21,6 @@ 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;