cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headers
authorSargun Dhillon <sargun@sargun.me>
Fri, 12 Aug 2016 15:56:40 +0000 (08:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Aug 2016 04:49:41 +0000 (21:49 -0700)
commitaed704b7a634954dc28fe5c4b49db478cf2d96b7
tree4999afa6e46efcf5903f967a1dd737375de6b2cc
parentf9f9ab17268e53b2ca0920c0c0c50f98bd267fe3
cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headers

This commit adds an inline function to cgroup.h to check whether a given
task is under a given cgroup hierarchy. This is to avoid having to put
ifdefs in .c files to gate access to cgroups. When cgroups are disabled
this always returns true.

Signed-off-by: Sargun Dhillon <sargun@sargun.me>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Tejun Heo <tj@kernel.org>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/cgroup.h