7c423cb1a8
- fix #220873 - starting RPC idmapd: Error: RPC MTAB does not exist. (added rpc_pipefs to util-linux-2.13-umount-sysfs.patch) - fix #227903 - mount -f does not work with NFS-mounted
12 lines
452 B
Diff
12 lines
452 B
Diff
--- util-linux-2.13-pre6/mount/umount.c.sysfs 2006-02-23 10:09:53.000000000 +0100
|
|
+++ util-linux-2.13-pre6/mount/umount.c 2006-02-23 10:10:39.000000000 +0100
|
|
@@ -734,7 +734,7 @@
|
|
if (all) {
|
|
/* nodev stuff: sysfs, usbfs, oprofilefs, ... */
|
|
if (types == NULL)
|
|
- types = "noproc,nodevfs,nodevpts";
|
|
+ types = "noproc,nodevfs,nodevpts,nosysfs,rpc_pipefs";
|
|
result = umount_all (types, test_opts);
|
|
} else if (argc < 1) {
|
|
usage (stderr, 2);
|