cvs commit: src/sys/vm vm_pageout.c

Alan Cox alc at FreeBSD.org
Tue Jun 26 18:24:06 UTC 2007


alc         2007-06-26 18:24:06 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_pageout.c 
  Log:
  Eliminate the use of Giant from vm_daemon().  Replace the unconditional
  use of Giant in vm_pageout_scan() with VFS_LOCK_GIANT().
  
  Approved by:    re (kensmith)
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.288     +27 -21    src/sys/vm/vm_pageout.c


More information about the cvs-src mailing list