Use a big-lock for kernel sychronization instead of fine-grained locking
This commit is contained in:
@@ -29,7 +29,6 @@ struct procgroup {
|
||||
int pgid;
|
||||
struct rb_node_link procgroup_tree_link;
|
||||
struct rb_node_link* memb_proc_tree;
|
||||
spin_lock_t lock;
|
||||
struct rb_node_link* resource_tree;
|
||||
struct id_alloc rid_alloc;
|
||||
struct pd pd;
|
||||
|
||||
Reference in New Issue
Block a user