aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/api/fs/fs.h
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2017-01-26 13:20:00 -0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-01-31 16:20:07 -0300
commit71dc4c30680fa7e7fd4b82352a845e2fb4d86b2b (patch)
tree67f878a70fca8daab3a6d16303dccdc752904ddf /tools/lib/api/fs/fs.h
parenttools perf util: Make rm_rf(path) argument const (diff)
downloadwireguard-linux-71dc4c30680fa7e7fd4b82352a845e2fb4d86b2b.tar.xz
wireguard-linux-71dc4c30680fa7e7fd4b82352a845e2fb4d86b2b.zip
tools lib api fs: Add bpf_fs filesystem detector
Allow mounting of the BPF filesystem at /sys/fs/bpf. Signed-off-by: Joe Stringer <joe@ovn.org> Cc: Alexei Starovoitov <ast@fb.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Wang Nan <wangnan0@huawei.com> Cc: netdev@vger.kernel.org Link: http://lkml.kernel.org/r/20170126212001.14103-6-joe@ovn.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/lib/api/fs/fs.h')
-rw-r--r--tools/lib/api/fs/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/api/fs/fs.h b/tools/lib/api/fs/fs.h
index a63269f5d20c..6b332dc74498 100644
--- a/tools/lib/api/fs/fs.h
+++ b/tools/lib/api/fs/fs.h
@@ -22,6 +22,7 @@ FS(procfs)
FS(debugfs)
FS(tracefs)
FS(hugetlbfs)
+FS(bpf_fs)
#undef FS