]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Two changes to vm_pgmoveco():
authoralc <alc@FreeBSD.org>
Fri, 5 Nov 2004 06:52:29 +0000 (06:52 +0000)
committeralc <alc@FreeBSD.org>
Fri, 5 Nov 2004 06:52:29 +0000 (06:52 +0000)
commit2f382957a72990fdc05bf00221bccf9c5f8f5726
treee98914a17a9b084a84ac4ace126cf1cc15370f3f
parentcc2178b9c838dd024b16bf677a64e9c291b6fd35
Two changes to vm_pgmoveco():
 - Eliminate an initialized but unused variable.
 - Eliminate an unnecessary call to clear the page's PG_BUSY flag.  (The
   call to vm_page_rename() already clears the page's PG_BUSY flag through
   its call to vm_page_remove().)
sys/kern/kern_subr.c