freebsd-dev/sys/ufs
Konstantin Belousov a50d1b2a66 Softdep_fsync() may need to lock parent directory of the synced vnode.
Use inlined (due to FFSV_FORCEINSMQ) version of vn_vget_ino() to prevent
mountpoint from being unmounted and freed while no vnodes are locked.

Tested by:	pho
Approved by:	re (kensmith)
MFC after:	1 month
2009-06-30 10:07:00 +00:00
..
ffs Softdep_fsync() may need to lock parent directory of the synced vnode. 2009-06-30 10:07:00 +00:00
ufs Fix a bug reported by pho@ where one can induce a panic by decreasing 2009-06-25 20:40:13 +00:00