Page MenuHomeFreeBSD

D17143.diff
No OneTemporary

D17143.diff

Index: head/sbin/umount/umount.c
===================================================================
--- head/sbin/umount/umount.c
+++ head/sbin/umount/umount.c
@@ -136,10 +136,6 @@
if ((fflag & MNT_FORCE) != 0 && (fflag & MNT_NONBUSY) != 0)
err(1, "-f and -n are mutually exclusive");
- /* Start disks transferring immediately. */
- if ((fflag & (MNT_FORCE | MNT_NONBUSY)) == 0 && nfsforce == 0)
- sync();
-
if ((argc == 0 && !all) || (argc != 0 && all))
usage();

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 22, 6:13 PM (12 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16034132
Default Alt Text
D17143.diff (480 B)

Event Timeline