freebsd-dev/sbin/umount
Rick Macklem b37ce15446 Modify the umount(8) command so that it doesn't do
a sync(2) syscall before unmount(2) for the "-f" case.
This avoids a forced dismount from getting stuck for
an NFS mountpoint in sync() when the server is not
responsive. With this commit, forced dismounts should
normally work for the NFS clients, but can take up to
about 1minute to complete.

PR:		kern/157365
Reviewed by:	kib
MFC after:	2 weeks
2011-05-29 21:13:53 +00:00
..
Makefile Make umount(8) WARNS=6 clean: 2009-12-28 17:57:37 +00:00
umount.8 It's possible to unmount multiple items at once, make it clear. 2011-03-24 12:35:09 +00:00
umount.c Modify the umount(8) command so that it doesn't do 2011-05-29 21:13:53 +00:00