summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index ebb3c03..3a28325 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -1314,7 +1314,6 @@ vm_object_split(vm_map_entry_t entry)
VM_OBJECT_LOCK(orig_object);
goto retry;
}
- vm_page_busy(m);
vm_page_rename(m, new_object, idx);
/* page automatically made dirty by rename and cache handled */
vm_page_busy(m);
OpenPOWER on IntegriCloud