]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Two changes to vm_pgmoveco():
authorAlan Cox <alc@FreeBSD.org>
Fri, 5 Nov 2004 06:52:29 +0000 (06:52 +0000)
committerAlan Cox <alc@FreeBSD.org>
Fri, 5 Nov 2004 06:52:29 +0000 (06:52 +0000)
commit1ac60dbce9a2ab88f6c47d8c866f40664139dd80
treee98914a17a9b084a84ac4ace126cf1cc15370f3f
parent34d9e6fdae6f0039b90b694d33bd374ffa4707ac
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