summaryrefslogtreecommitdiffstats
path: root/libmount/src
diff options
context:
space:
mode:
authorKarel Zak2019-05-29 18:01:04 +0200
committerKarel Zak2019-05-29 18:01:04 +0200
commit0e36d7c2711ed9f7a1f2479d798e83769d07cbb3 (patch)
tree888a220ccb9c007b42e4ed92308f0163ad55bb9a /libmount/src
parentfindmnt: fix filters use on --list (diff)
downloadkernel-qcow2-util-linux-0e36d7c2711ed9f7a1f2479d798e83769d07cbb3.tar.gz
kernel-qcow2-util-linux-0e36d7c2711ed9f7a1f2479d798e83769d07cbb3.tar.xz
kernel-qcow2-util-linux-0e36d7c2711ed9f7a1f2479d798e83769d07cbb3.zip
libmount: add bpf between pseudo filesystems
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1714826 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src')
-rw-r--r--libmount/src/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index 73166cb91..5e17fc2a8 100644
--- a/libmount/src/utils.c
+++ b/libmount/src/utils.c
@@ -273,6 +273,7 @@ int mnt_fstype_is_pseudofs(const char *type)
"autofs",
"bdev",
"binfmt_misc",
+ "bpf",
"cgroup",
"cgroup2",
"configfs",