Jeff Roberson 6f4b0863e0 - In sched_sync() test our preconditions prior to dropping the sync_mtx.
This is so that we may grab the interlock while still holding the
   sync_mtx.  We have to VI_TRYLOCK() because in all other cases the lock
   order runs the other way.
 - If we don't meet any of the preconditions, reinsert the vp into the
   list for the next second.
 - We don't need to panic if we fail to sync here because each FSYNC
   function handles this case.  Removing this redundant code also
   simplifies locking.
2003-10-04 18:03:53 +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