summaryrefslogtreecommitdiffstats
path: root/scripts/bloat-o-meter
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2013-01-07 17:51:07 +0100
committerTejun Heo <tj@kernel.org>2013-01-07 17:51:07 +0100
commit699140ba838dd3fa2c5cce474e14f194b09f91aa (patch)
treeafbdc601bebadc8230f5ae740bed2dc410e692d3 /scripts/bloat-o-meter
parentcpuset: don't nest cgroup_mutex inside get_online_cpus() (diff)
downloadlinux-699140ba838dd3fa2c5cce474e14f194b09f91aa.tar.xz
linux-699140ba838dd3fa2c5cce474e14f194b09f91aa.zip
cpuset: drop async_rebuild_sched_domains()
In general, we want to make cgroup_mutex one of the outermost locks and be able to use get_online_cpus() and friends from cgroup methods. With cpuset hotplug made async, get_online_cpus() can now be nested inside cgroup_mutex. Currently, cpuset avoids nesting get_online_cpus() inside cgroup_mutex by bouncing sched_domain rebuilding to a work item. As such nesting is allowed now, remove the workqueue bouncing code and always rebuild sched_domains synchronously. This also nests sched_domains_mutex inside cgroup_mutex, which is intended and should be okay. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Li Zefan <lizefan@huawei.com>
Diffstat (limited to 'scripts/bloat-o-meter')
0 files changed, 0 insertions, 0 deletions