From: Karel Zak Date: Thu, 26 Apr 2007 09:06:44 +0000 (+0200) Subject: mount: doesn't rpc_pipefs and nfsd on umount -a X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d91eb781d7309752d5ad844525514ddffe44d6e;p=util-linux mount: doesn't rpc_pipefs and nfsd on umount -a Signed-off-by: Karel Zak --- diff --git a/mount/umount.c b/mount/umount.c index 25211051..98ebc77a 100644 --- a/mount/umount.c +++ b/mount/umount.c @@ -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);