[PATCHv3 4/8] cgroup: export cgroup_get() and cgroup_put()

2014-12-04 Thread Aditya Kali
move cgroup_get() and cgroup_put() into cgroup.h so that they can be called from other places. Acked-by: Serge Hallyn Signed-off-by: Aditya Kali --- include/linux/cgroup.h | 22 ++ kernel/cgroup.c| 22 -- 2 files changed, 22 insertions(+), 22

[PATCHv3 4/8] cgroup: export cgroup_get() and cgroup_put()

2014-12-04 Thread Aditya Kali
move cgroup_get() and cgroup_put() into cgroup.h so that they can be called from other places. Acked-by: Serge Hallyn serge.hal...@canonical.com Signed-off-by: Aditya Kali adityak...@google.com --- include/linux/cgroup.h | 22 ++ kernel/cgroup.c| 22