diff options
author | Sargun Dhillon <sargun@sargun.me> | 2016-08-12 08:56:40 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-12 21:49:41 -0700 |
commit | aed704b7a634954dc28fe5c4b49db478cf2d96b7 (patch) | |
tree | 4999afa6e46efcf5903f967a1dd737375de6b2cc /kernel/jump_label.c | |
parent | f9f9ab17268e53b2ca0920c0c0c50f98bd267fe3 (diff) | |
download | op-kernel-dev-aed704b7a634954dc28fe5c4b49db478cf2d96b7.zip op-kernel-dev-aed704b7a634954dc28fe5c4b49db478cf2d96b7.tar.gz |
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 'kernel/jump_label.c')
0 files changed, 0 insertions, 0 deletions