mschorm / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone
5896f9a
--- util-linux-2.13-pre6/mount/umount.c.sysfs	2006-02-23 10:09:53.000000000 +0100
5896f9a
+++ util-linux-2.13-pre6/mount/umount.c	2006-02-23 10:10:39.000000000 +0100
5896f9a
@@ -734,7 +734,7 @@
5896f9a
 	if (all) {
5896f9a
 		/* nodev stuff: sysfs, usbfs, oprofilefs, ... */
5896f9a
 		if (types == NULL)
5896f9a
-			types = "noproc,nodevfs,nodevpts";
5896f9a
+			types = "noproc,nodevfs,nodevpts,nosysfs";
5896f9a
 		result = umount_all (types, test_opts);
5896f9a
 	} else if (argc < 1) {
5896f9a
 		usage (stderr, 2);