diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-03 06:30:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-03 06:30:20 +0000 |
commit | 7699a01930ab60bf180c52221b656ccfc4e9069e (patch) | |
tree | 1e9005c796b8b2fe94dc8e9fe6aa01028c909dcb | |
parent | 2ba8447047a1f10958bab7730c1673cf29ffd525 (diff) |
matthew did not commit the diff he passed around for us to inspect...
repair that situation. Darn newbies...
-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 0b7b2ccde22..b3b4304341f 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_bio.c,v 1.125 2010/08/03 04:10:16 matthew Exp $ */ +/* $OpenBSD: vfs_bio.c,v 1.126 2010/08/03 06:30:19 deraadt Exp $ */ /* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */ /* @@ -884,7 +884,7 @@ incore(struct vnode *vp, daddr64_t blkno) bp = NULL; splx(s); - return(NULL); + return (bp); } /* |