Skip to content

Commit 43c4f65

Browse files
terceiroJonathan Corbet
authored andcommitted
Documentation: cgroup-v2: fix path to example BPF program
This file has been moved into the "progs" subdirectory, together with all test BPF programs. Fixes: bd4aed0 ("selftests: bpf: centre kernel bpf objects under new subdir "progs"") Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org> Cc: Tejun Heo <tj@kernel.org> Cc: Zefan Li <lizefan.x@bytedance.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Jiong Wang <jiong.wang@netronome.com> Link: https://lore.kernel.org/r/20210224131631.349287-1-antonio.terceiro@linaro.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 36eaf08 commit 43c4f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/admin-guide/cgroup-v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ If the program returns 0, the attempt fails with -EPERM, otherwise
20942094
it succeeds.
20952095

20962096
An example of BPF_CGROUP_DEVICE program may be found in the kernel
2097-
source tree in the tools/testing/selftests/bpf/dev_cgroup.c file.
2097+
source tree in the tools/testing/selftests/bpf/progs/dev_cgroup.c file.
20982098

20992099

21002100
RDMA

0 commit comments

Comments
 (0)