[PATCH 0/2] cgroup/cpuset: Miscellaneous cleanup

Waiman Long posted 2 patches 3 months, 2 weeks ago
kernel/cgroup/cpuset-internal.h |   3 -
kernel/cgroup/cpuset.c          | 135 ++++++++++++++------------------
2 files changed, 60 insertions(+), 78 deletions(-)
[PATCH 0/2] cgroup/cpuset: Miscellaneous cleanup
Posted by Waiman Long 3 months, 2 weeks ago
This series consists of 2 independent cleanup patches. The first one
eliminates the tracking of the number of child partitions as that value
isn't that useful anymore simplifying the code. The second one change
callback_lock into raw_spinlock_t to reduce cpuset operation overhead in
a PREEMPT_RT setting.

Waiman Long (2):
  cgroup/cpuset: Don't track # of local child partitions
  cgroup/cpuset: Change callback_lock to raw_spinlock_t

 kernel/cgroup/cpuset-internal.h |   3 -
 kernel/cgroup/cpuset.c          | 135 ++++++++++++++------------------
 2 files changed, 60 insertions(+), 78 deletions(-)

-- 
2.51.0