]> err.no Git - util-linux/commitdiff
mount: doesn't rpc_pipefs and nfsd on umount -a
authorKarel Zak <kzak@redhat.com>
Thu, 26 Apr 2007 09:06:44 +0000 (11:06 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Apr 2007 09:06:44 +0000 (11:06 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/umount.c

index 252110510be06329afe19636c638296cd69e48d4..98ebc77a6df1e80492551fb00975e1254ff55af3 100644 (file)
@@ -735,7 +735,7 @@ main (int argc, char *argv[]) {
        if (all) {
                /* nodev stuff: sysfs, usbfs, oprofilefs, ... */
                if (types == NULL)
-                       types = "noproc,nodevfs,nodevpts,nosysfs";
+                       types = "noproc,nodevfs,nodevpts,nosysfs,norpc_pipefs,nonfsd";
                result = umount_all (types, test_opts);
        } else if (argc < 1) {
                usage (stderr, 2);