cgroup: Add cgroup_get_from_fd
authorMartin KaFai Lau <[email protected]>
Thu, 30 Jun 2016 17:28:42 +0000 (10:28 -0700)
committerDavid S. Miller <[email protected]>
Fri, 1 Jul 2016 20:30:38 +0000 (16:30 -0400)
commit1f3fe7ebf6136c341012db9f554d4caa566fcbaa
treeec78d296ec21640777ed39c1277fa7b5b88e4169
parent6bd3847bdc3ba97e642cb9af9d16b0f056da31a2
cgroup: Add cgroup_get_from_fd

Add a helper function to get a cgroup2 from a fd.  It will be
stored in a bpf array (BPF_MAP_TYPE_CGROUP_ARRAY) which will
be introduced in the later patch.

Signed-off-by: Martin KaFai Lau <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Tejun Heo <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/cgroup.h
kernel/cgroup.c