freebsd-dev/sys/ufs
Konstantin Belousov 29d03af1e4 Do not busy the UFS mount point inside VOP_RENAME(). The
kern_renameat() already starts write on the mp, which prevents
parallel unmount from proceed.  Busying mp after vn_start_write()
deadlocks the unmount.

Reported and tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2014-08-20 08:15:23 +00:00
..
ffs Correct the test for condition to suspend UFS filesystem during 2014-08-20 08:13:03 +00:00
ufs Do not busy the UFS mount point inside VOP_RENAME(). The 2014-08-20 08:15:23 +00:00