summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_vnode.c
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2007-03-25 13:14:42 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2007-03-25 13:14:42 +0000
commitdb5a59a1bad7bb90b5302ed575307c8418870692 (patch)
treea0c7063d1467bdb0cf3c05639809add4d0797de2 /sys/uvm/uvm_vnode.c
parentbbc2b7b751a6fa14bcd5938a1ab0123b3c0508ad (diff)
Remove references to KERN_SUCCESS, okay miod@
Diffstat (limited to 'sys/uvm/uvm_vnode.c')
-rw-r--r--sys/uvm/uvm_vnode.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c
index 105ba3fba1b..73131993ebd 100644
--- a/sys/uvm/uvm_vnode.c
+++ b/sys/uvm/uvm_vnode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_vnode.c,v 1.43 2006/07/31 11:51:29 mickey Exp $ */
+/* $OpenBSD: uvm_vnode.c,v 1.44 2007/03/25 13:14:41 pedro Exp $ */
/* $NetBSD: uvm_vnode.c,v 1.36 2000/11/24 20:34:01 chs Exp $ */
/*
@@ -745,8 +745,7 @@ uvn_releasepg(pg, nextpgp)
* so the current pager needs:
* int uvn_aiodone(struct uvm_aiodesc *)
*
- * => return KERN_SUCCESS (aio finished, free it). otherwise requeue for
- * later collection.
+ * => return 0 (aio finished, free it). otherwise requeue for later collection.
* => called with pageq's locked by the daemon.
*
* general outline: