cvs commit: src/sys/vm vm_pageout.c

Alan Cox alc at FreeBSD.org
Wed Oct 27 11:29:17 PDT 2004


alc         2004-10-27 18:29:17 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_pageout.c 
  Log:
  During traversal of the active queue, try locking the page's containing
  object before accessing the page's flags or the object's reference count.
  If the trylock fails, handle the page as though it is busy.
  
  Revision  Changes    Path
  1.262     +12 -4     src/sys/vm/vm_pageout.c


More information about the cvs-src mailing list