]> err.no Git - util-linux/commitdiff
libmount: add new pseudo filesystems
authorKarel Zak <kzak@redhat.com>
Wed, 15 Sep 2010 14:23:54 +0000 (16:23 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jan 2011 11:28:42 +0000 (12:28 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/utils.c

index 99b7d5e5d512ea3a5801a4d666dd1ce0830adc5c..f48e533d797b9dd7df67f91a0c91c61e38e5cb66 100644 (file)
@@ -132,6 +132,10 @@ int mnt_fstype_is_pseudofs(const char *type)
            strcmp(type, "dlmfs") == 0 ||
            strcmp(type, "cpuset") == 0 ||
            strcmp(type, "securityfs") == 0 ||
+           strcmp(type, "rpc_pipefs") == 0 ||
+           strcmp(type, "fusectl") == 0 ||
+           strcmp(type, "binfmt_misc") == 0 ||
+           strcmp(type, "fuse.gvfs-fuse-daemon") == 0 ||
            strcmp(type, "debugfs") == 0 ||
            strcmp(type, "spufs") == 0)
                return 1;