summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-12-17 18:54:51 +0000
committeralc <alc@FreeBSD.org>2004-12-17 18:54:51 +0000
commitc4f7988cf9a3c0e9e4902e9a94da0d5772c3749b (patch)
treef83f39bb874ce7192586da8d2754762255439912 /sys/vm
parent7d3a2c19ea267150283448bfcbb7bc28da36342a (diff)
downloadFreeBSD-src-c4f7988cf9a3c0e9e4902e9a94da0d5772c3749b.zip
FreeBSD-src-c4f7988cf9a3c0e9e4902e9a94da0d5772c3749b.tar.gz
Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333
for a detailed explanation.)
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_object.c5
1 files changed, 0 insertions, 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(
OpenPOWER on IntegriCloud