freebsd-dev/sys/ufs
Jeff Roberson 04a17687ea - Increase the scope of the interlock in ffs_reload(). Acquire it before
we release the mntvnode_mtx.
 - Call vgonel() directly instead of going through vrecycle() since we own
   the interlock now.
 - Remove a few cases where we locked the interlock just so that we could
   call VOP_UNLOCK with interlock held.
2003-10-04 14:27:49 +00:00
..
ffs - Increase the scope of the interlock in ffs_reload(). Acquire it before 2003-10-04 14:27:49 +00:00
ufs - Use the VI_LOCK macro in two places where we directly called mtx_lock() 2003-10-04 14:03:28 +00:00