artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b1adf
)
matthew did not commit the diff he passed around for us to inspect...
author
deraadt
<deraadt@openbsd.org>
Tue, 3 Aug 2010 06:30:19 +0000
(06:30 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 3 Aug 2010 06:30:19 +0000
(06:30 +0000)
repair that situation. Darn newbies...
sys/kern/vfs_bio.c
patch
|
blob
|
history
diff --git
a/sys/kern/vfs_bio.c
b/sys/kern/vfs_bio.c
index
0b7b2cc
..
b3b4304
100644
(file)
--- a/
sys/kern/vfs_bio.c
+++ b/
sys/kern/vfs_bio.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vfs_bio.c,v 1.12
5 2010/08/03 04:10:16 matthew
Exp $ */
+/* $OpenBSD: vfs_bio.c,v 1.12
6 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
);
}
/*