K 10 svn:author V 8 truckman K 8 svn:date V 27 2003-05-16T19:46:51.000000Z K 7 svn:log V 336 Detect that a vnode has been reclaimed while vflush() was waiting to lock the vnode and restart the loop. Vflush() is vulnerable since it does not hold a reference to the vnode and it holds no other locks while waiting for the vnode lock. The vnode will no longer be on the list when the loop is restarted. Approved by: re (rwatson) END