Remove procgroup->refs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m12s

This commit is contained in:
2026-02-22 14:21:37 +01:00
parent 1b2063115a
commit 9ddde68449
2 changed files with 2 additions and 6 deletions

View File

@@ -25,9 +25,7 @@ struct procgroup {
struct rb_node_link procgroup_tree_link;
struct rb_node_link* memb_proc_tree;
spin_lock_t lock;
atomic_int refs;
struct rb_node_link* resource_tree;
atomic_int sys_rids;
struct pd pd;
struct list_node_link* mappings;
uintptr_t map_base;