diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/vfs_bio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 950af98a639..deea7c7b733 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_bio.c,v 1.31 2001/02/24 19:07:08 csapuntz Exp $ */ +/* $OpenBSD: vfs_bio.c,v 1.32 2001/02/27 09:13:51 csapuntz Exp $ */ /* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */ /*- @@ -804,7 +804,7 @@ start: */ SET(bp->b_flags, B_AGE); bawrite(bp); - goto start; + return (0); } /* disassociate us from our vnode, if we had one... */ |