cvs commit: src/sys/kern vfs_subr.c

Konstantin Belousov kib at FreeBSD.org
Thu Dec 13 03:58:02 PST 2007


kib         2007-12-13 11:58:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             vfs_subr.c 
  Log:
  MFC rev. 1.710:
  
  Use curthread instead of the FIRST_THREAD_IN_PROC for vnlru and syncer,
  when applicable.
  
  Aquire Giant slightly later for vnlru.
  
  In the syncer, aquire the Giant only when a vnode belongs to the
  non-MPsafe fs.
  
  In both speedup_syncer() and syncer_shutdown(), remove the syncer thread from
  the lbolt sleep queue after the syncer state is modified, not before.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.707.2.1  +42 -15    src/sys/kern/vfs_subr.c


More information about the cvs-src mailing list