cvs commit: src/sys/vm vm_page.c
Hiten Pandya
hmp at crater.dragonflybsd.org
Wed Mar 24 09:07:46 PST 2004
hmp 2004/03/24 09:06:44 PST
DragonFly src repository
Modified files:
sys/vm vm_page.c
Log:
Correct a bug in vm_page_cache(). We should make sure that a held
page is not being added to the cache queue; they are no different
from wired or busy pages.
Do this by checking the page'hold_count' element.
Revision Changes Path
1.18 +3 -2 src/sys/vm/vm_page.c
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_page.c.diff?r1=1.17&r2=1.18&f=h
More information about the Commits
mailing list