]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add bpf between pseudo filesystems
authorKarel Zak <kzak@redhat.com>
Wed, 29 May 2019 16:01:04 +0000 (18:01 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 29 May 2019 16:01:04 +0000 (18:01 +0200)
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1714826
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index 73166cb91d094490f32eed50a2e00698247b233e..5e17fc2a85411ba6f396e61f738dc52ccdade8d2 100644 (file)
@@ -273,6 +273,7 @@ int mnt_fstype_is_pseudofs(const char *type)
                "autofs",
                "bdev",
                "binfmt_misc",
+               "bpf",
                "cgroup",
                "cgroup2",
                "configfs",