Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333

for a detailed explanation.)
This commit is contained in:
alc 2004-12-17 18:54:51 +00:00
parent 7d3a2c19ea
commit c4f7988cf9

View File

@ -1451,11 +1451,6 @@ vm_object_backing_scan(vm_object_t object, int op)
continue;
}
}
/*
* Busy the page
*/
vm_page_busy(p);
vm_page_unlock_queues();
KASSERT(