Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333
for a detailed explanation.)
This commit is contained in:
parent
7d3a2c19ea
commit
c4f7988cf9
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user