diff options
author | 2016-08-12 08:56:40 -0700 | |
---|---|---|
committer | 2016-08-12 21:49:41 -0700 | |
commit | aed704b7a634954dc28fe5c4b49db478cf2d96b7 (patch) | |
tree | 4999afa6e46efcf5903f967a1dd737375de6b2cc /fs/proc/generic.c | |
parent | Merge tag 'batadv-next-for-davem-20160812' of git://git.open-mesh.org/linux-merge (diff) | |
download | linux-rng-aed704b7a634954dc28fe5c4b49db478cf2d96b7.tar.xz linux-rng-aed704b7a634954dc28fe5c4b49db478cf2d96b7.zip |
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>
Diffstat (limited to 'fs/proc/generic.c')
0 files changed, 0 insertions, 0 deletions