cvs commit: src/sys/vm vm_pageout.c

Alan Cox alc at FreeBSD.org
Thu Jan 6 12:22:37 PST 2005


alc         2005-01-06 20:22:36 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_pageout.c 
  Log:
  Revise the part of vm_pageout_scan() that moves pages from the cache
  queue to the free queue.  With this change, if a page from the cache
  queue belongs to a locked object, it is simply skipped over rather
  than moved to the inactive queue.
  
  Revision  Changes    Path
  1.267     +31 -12    src/sys/vm/vm_pageout.c


More information about the cvs-src mailing list