diff options
author | Tejun Heo | 2014-05-13 18:11:00 +0200 |
---|---|---|
committer | Tejun Heo | 2014-05-13 18:11:00 +0200 |
commit | 46cfeb043b04f5878154bea36714709d46028495 (patch) | |
tree | 95194af924a2b66626ae2bc9951231d77cb06b10 /include/linux/cgroup.h | |
parent | cgroup: use restart_syscall() for retries after offline waits in cgroup_subtr... (diff) | |
download | kernel-qcow2-linux-46cfeb043b04f5878154bea36714709d46028495.tar.gz kernel-qcow2-linux-46cfeb043b04f5878154bea36714709d46028495.tar.xz kernel-qcow2-linux-46cfeb043b04f5878154bea36714709d46028495.zip |
cgroup: use release_agent_path_lock in cgroup_release_agent_show()
release_path is now protected by release_agent_path_lock to allow
accessing it without grabbing cgroup_mutex; however,
cgroup_release_agent_show() was still grabbing cgroup_mutex. Let's
convert it to release_agent_path_lock so that we don't have to worry
about this one for the planned locking updates.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
Diffstat (limited to 'include/linux/cgroup.h')
0 files changed, 0 insertions, 0 deletions