summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-04-14 20:13:15 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-04-14 20:13:15 +0000
commita8d57ac33a07fd1a7679794b16ccda0d5c620658 (patch)
tree2ea51adc844dffab3735920b2d92b5cdfa86cab7 /sys/uvm
parent62b7c1447b50b9e4ec23c06208d17e35bf25eae3 (diff)
Oops, this comment change should not have been commited. What it
addresses is another diff.
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_vnode.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c
index 1f6cfd157bf..9dcaec89531 100644
--- a/sys/uvm/uvm_vnode.c
+++ b/sys/uvm/uvm_vnode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_vnode.c,v 1.56 2009/04/14 20:12:05 oga Exp $ */
+/* $OpenBSD: uvm_vnode.c,v 1.57 2009/04/14 20:13:14 oga Exp $ */
/* $NetBSD: uvm_vnode.c,v 1.36 2000/11/24 20:34:01 chs Exp $ */
/*
@@ -1164,10 +1164,6 @@ ReTry:
atomic_setbits_int(
&ptmp->pg_flags,
PG_RELEASED);
- /*
- * XXX if ! busy, io is already done. shouldn't
- * XXX we free the pages ourselves?
- */
} else {
if (result != VM_PAGER_OK) {
printf("uvn_flush: obj=%p, "