linux/kernel/cgroup
Tejun Heo fa069904dd cgroup: separate out cgroup1_kf_syscall_ops
Currently, cgroup_kf_syscall_ops is shared by v1 and v2 and the
specific methods test the version and take different actions.  Split
out v1 functions and put them in cgroup1_kf_syscall_ops and remove the
now unnecessary explicit branches in specific methods.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Acked-by: Zefan Li <lizefan@huawei.com>
2016-12-27 14:49:07 -05:00
..
cgroup-internal.h cgroup: separate out cgroup1_kf_syscall_ops 2016-12-27 14:49:07 -05:00
cgroup-v1.c cgroup: separate out cgroup1_kf_syscall_ops 2016-12-27 14:49:07 -05:00
cgroup.c cgroup: separate out cgroup1_kf_syscall_ops 2016-12-27 14:49:07 -05:00
cpuset.c
freezer.c
Makefile cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.c 2016-12-27 14:49:06 -05:00
pids.c