summaryrefslogtreecommitdiffstats
path: root/security/device_cgroup.c
diff options
context:
space:
mode:
authorTejun Heo2013-08-09 02:11:27 +0200
committerTejun Heo2013-08-09 02:11:27 +0200
commit95109b627ba6a043c181fa5fa45d1c754dd44fbc (patch)
treec01adf53fc1ea85cfe23bbe4c7b6b59d203cf2d3 /security/device_cgroup.c
parentcgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup (diff)
downloadkernel-qcow2-linux-95109b627ba6a043c181fa5fa45d1c754dd44fbc.tar.gz
kernel-qcow2-linux-95109b627ba6a043c181fa5fa45d1c754dd44fbc.tar.xz
kernel-qcow2-linux-95109b627ba6a043c181fa5fa45d1c754dd44fbc.zip
cgroup: unexport cgroup_css()
cgroup_css() no longer has any user left outside cgroup.c proper and we don't want subsystems to grow new usages of the function. cgroup core should always provide the css to use to the subsystems, which will make dynamic creation and destruction of css's across the lifetime of a cgroup much more manageable than exposing the cgroup directly to subsystems and let them dereference css's from it. Make cgroup_css() a static function in cgroup.c. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Li Zefan <lizefan@huawei.com>
Diffstat (limited to 'security/device_cgroup.c')
0 files changed, 0 insertions, 0 deletions