freebsd-nq/sys/ufs
Jeff Roberson 41d4783d49 - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnode
because it may change identities while we're sleeping on the lock.
   Otherwise we may bail out of ffs_sync() early due to an error from
   deadfs.
 - Collapse a VOP_UNLOCK, vrele into a single vput().
2005-04-03 10:38:18 +00:00
..
ffs - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnode 2005-04-03 10:38:18 +00:00
ufs - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled as 2005-03-31 05:58:14 +00:00