Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108134701
D17143.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
480 B
Referenced Files
None
Subscribers
None
D17143.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17143: remove sync on umount -f
Attached
Detach File
Event Timeline
Log In to Comment