]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add nfsd to mnt_fstype_is_pseudofs()
authorKarel Zak <kzak@redhat.com>
Tue, 13 Mar 2012 12:25:49 +0000 (13:25 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 13 Mar 2012 12:25:49 +0000 (13:25 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index c7a1fd17746cd554b4f5bcc2d908bb99dbf2f4d0..4d316d17961d87b3322553ea54d27ae796e8af78 100644 (file)
@@ -235,6 +235,7 @@ int mnt_fstype_is_pseudofs(const char *type)
            strcmp(type, "binfmt_misc") == 0 ||
            strcmp(type, "fuse.gvfs-fuse-daemon") == 0 ||
            strcmp(type, "debugfs") == 0 ||
+           strcmp(type, "nfsd") == 0 ||
            strcmp(type, "spufs") == 0)
                return 1;
        return 0;