summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_contig.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_contig.c')
-rw-r--r--sys/vm/vm_contig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c
index 5ebf1bc..952d26d 100644
--- a/sys/vm/vm_contig.c
+++ b/sys/vm/vm_contig.c
@@ -256,7 +256,6 @@ again1:
start++;
goto again0;
}
- vm_page_busy(m);
vm_page_free(m);
VM_OBJECT_UNLOCK(object);
}
@@ -459,7 +458,6 @@ cleanup_freed:
object = m->object;
if (!VM_OBJECT_TRYLOCK(object))
goto retry;
- vm_page_busy(m);
vm_page_free(m);
VM_OBJECT_UNLOCK(object);
}
OpenPOWER on IntegriCloud