K 10 svn:author V 4 jeff K 8 svn:date V 27 2005-04-03T10:38:18.000000Z K 7 svn:log V 275 - 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(). END