DragonFly commits List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vm vm_page.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]