summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2004-11-05 05:40:45 +0000
committerAlan Cox <alc@FreeBSD.org>2004-11-05 05:40:45 +0000
commitb546ac549080e29f6a78d0e0116afc48fdf75523 (patch)
tree76f41e5273ce304106cda6b90faf2efae82ef28f /sys/vm/vm_object.c
parentf52188fc8ab873452e468cc17cf1e8a3eb13e63b (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.c')
-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 ebb3c033b7c6..3a283256be91 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);