summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2003-06-19 01:40:44 +0000
committerAlan Cox <alc@FreeBSD.org>2003-06-19 01:40:44 +0000
commitd18e8afe99c02db812e4a4cbbc391462c2a582b6 (patch)
tree52341900cb9f8855691f05a17ff1a983e4d3f229
parent1de46e12a3517bca5d4443e165b624de3b3e6830 (diff)
Notes
-rw-r--r--sys/vm/vm_fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index 64925ba13d3a..176716d32bc1 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -334,7 +334,7 @@ RetryFault:;
vm_page_cowfault(fs.m);
splx(s);
vm_page_unlock_queues();
- unlock_things(&fs);
+ unlock_and_deallocate(&fs);
goto RetryFault;
}