summaryrefslogtreecommitdiffstats
path: root/mount/umount.c
diff options
context:
space:
mode:
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);