cvs commit: src/sys/vm vm_pageout.c
Alan Cox
alc at FreeBSD.org
Mon Feb 28 01:29:47 GMT 2005
alc 2005-02-28 01:29:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/vm vm_pageout.c
Log:
MFC revision 1.267
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.261.2.4 +31 -12 src/sys/vm/vm_pageout.c
More information about the cvs-src
mailing list