summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 2d54229..159f535 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -654,7 +654,7 @@ vm_object_terminate(vm_object_t object)
vm_object_page_clean(object, 0, 0, OBJPC_SYNC);
VM_OBJECT_UNLOCK(object);
- vinvalbuf(vp, V_SAVE, NULL, 0, 0);
+ vinvalbuf(vp, V_SAVE, 0, 0);
VM_OBJECT_LOCK(object);
}
OpenPOWER on IntegriCloud