cvs commit: src/sys/kern vfs_subr.c

Don Lewis truckman at FreeBSD.org
Mon Jul 5 14:32:02 PDT 2004


truckman    2004-07-05 21:32:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Unconditionally set last_work_seen while in the SYNCER_RUNNING state
  so that last_work_seen has a reasonable value at the transition
  to the SYNCER_SHUTTING_DOWN state, even if net_worklist_len happened
  to be zero at the time.
  
  Initialize last_work_seen to zero as a safety measure in case the
  syncer never ran in the SYNCER_RUNNING state.
  
  Tested by:      phk
  
  Revision  Changes    Path
  1.504     +4 -5      src/sys/kern/vfs_subr.c


More information about the cvs-src mailing list