]> Git Repo - linux.git/commitdiff
Documentation: cgroup-v2: fix path to example BPF program
authorAntonio Terceiro <[email protected]>
Wed, 24 Feb 2021 13:16:31 +0000 (10:16 -0300)
committerJonathan Corbet <[email protected]>
Thu, 25 Feb 2021 20:07:31 +0000 (13:07 -0700)
This file has been moved into the "progs" subdirectory, together with all
test BPF programs.

Fixes: bd4aed0ee73c ("selftests: bpf: centre kernel bpf objects under new subdir "progs"")
Signed-off-by: Antonio Terceiro <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Zefan Li <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Jiong Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/admin-guide/cgroup-v2.rst

index 14a7523c46a49227ac9b20aa97ad8b43146994b6..eaa04f3e353d08ea0ba911d109f95a0127bc186e 100644 (file)
@@ -2094,7 +2094,7 @@ If the program returns 0, the attempt fails with -EPERM, otherwise
 it succeeds.
 
 An example of BPF_CGROUP_DEVICE program may be found in the kernel
-source tree in the tools/testing/selftests/bpf/dev_cgroup.c file.
+source tree in the tools/testing/selftests/bpf/progs/dev_cgroup.c file.
 
 
 RDMA
This page took 0.073843 seconds and 4 git commands to generate.