Jeff Roberson ce13b187e7 - Solve a LOR with the sync_mtx by using the VI_ONWORKLST flag to determine
whether or not the sync failed.  This could potentially get set between
   the time that we VOP_UNLOCK and VI_LOCK() but the race would harmelssly
   lead to the sync being delayed by an extra 30 seconds.  If we do not move
   the vnode it could cause an endless loop if it continues to fail to sync.
 - Use vhold and vdrop to stop the vnode from changing identities while we
   have it unlocked.  Other internal vfs lists are likely to follow this
   scheme.
2003-10-05 00:35:41 +00:00
..
2003-10-02 08:56:14 +00:00
2003-09-18 17:26:56 +00:00
2003-09-02 17:30:40 +00:00
2003-10-04 17:41:59 +00:00
2003-08-29 23:25:00 +00:00