alc 2007-03-23 06:11:26 UTC
FreeBSD src repository
Modified files:
sys/vm vm_fault.c
Log:
vm_page_busy() no longer requires the page queues lock to be held. Reduce
the scope of the page queues lock in vm_fault() accordingly.
Revision Changes Path
1.225 +2 -2 src/sys/vm/vm_fault.c