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