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
..
2005-03-31 21:43:19 +00:00
2005-03-11 22:07:04 +00:00
2005-04-02 18:56:50 +00:00
2005-03-28 18:31:18 +00:00
2005-03-30 12:59:54 +00:00
2005-03-09 15:28:48 +00:00
2005-02-23 22:44:38 +00:00
2005-03-31 04:37:09 +00:00