]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add efivarfs to the list of pseudo filesystems
authorKarel Zak <kzak@redhat.com>
Tue, 10 Dec 2013 13:05:22 +0000 (14:05 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 10 Dec 2013 13:05:22 +0000 (14:05 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index 66203d2b47be073bf8d4cde258f8a1a6e2a2a50e..4111b595b9ba0171da76ba13d07934a945831653 100644 (file)
@@ -274,8 +274,9 @@ int mnt_fstype_is_pseudofs(const char *type)
                "devpts",
                "devtmpfs",
                "dlmfs",
-               "fuse.gvfs-fuse-daemon",
+               "efivarfs",
                "fusectl",
+               "fuse.gvfs-fuse-daemon",
                "hugetlbfs",
                "mqueue",
                "nfsd",