]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vm_page_busy() no longer requires the page queues lock to be held. Reduce
authorAlan Cox <alc@FreeBSD.org>
Fri, 23 Mar 2007 06:11:25 +0000 (06:11 +0000)
committerAlan Cox <alc@FreeBSD.org>
Fri, 23 Mar 2007 06:11:25 +0000 (06:11 +0000)
commit768131d2937b879ab13058bb34251d5d90d89791
tree2cbfb428d905f15f76e084ec17e9c3bac8dacca3
parentbb99793a2b6bbae919a594718be9435a04e1b55f
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.
sys/vm/vm_fault.c