summaryrefslogtreecommitdiffstats
path: root/mount/umount.c
diff options
context:
space:
mode:
authorKarel Zak2007-04-26 11:06:44 +0200
committerKarel Zak2007-04-26 11:06:44 +0200
commit3d91eb781d7309752d5ad844525514ddffe44d6e (patch)
treef4390f81801d45139b26f06a36b704fdfa68c2bb /mount/umount.c
parentmount: fix list logic in update_mtab (diff)
downloadkernel-qcow2-util-linux-3d91eb781d7309752d5ad844525514ddffe44d6e.tar.gz
kernel-qcow2-util-linux-3d91eb781d7309752d5ad844525514ddffe44d6e.tar.xz
kernel-qcow2-util-linux-3d91eb781d7309752d5ad844525514ddffe44d6e.zip
mount: doesn't rpc_pipefs and nfsd on umount -a
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/umount.c')
-rw-r--r--mount/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/umount.c b/mount/umount.c
index 252110510..98ebc77a6 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);