From c4f7988cf9a3c0e9e4902e9a94da0d5772c3749b Mon Sep 17 00:00:00 2001 From: alc Date: Fri, 17 Dec 2004 18:54:51 +0000 Subject: Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333 for a detailed explanation.) --- sys/vm/vm_object.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 4a0858f..ffcede1 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -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( -- cgit v1.1