aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-03-02 21:23:38 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-03-02 21:23:38 +0000
commit850c9afd03edbf9f80f75ff05c2e8c0dd511e347 (patch)
treef829f320f4bec0d147d3a5aa1385aa3118dc9507 /sys/kern/vfs_bio.c
parentec0211864c20a1e2f45c03f25809599064a462d5 (diff)
downloadsrc-850c9afd03edbf9f80f75ff05c2e8c0dd511e347.tar.gz
src-850c9afd03edbf9f80f75ff05c2e8c0dd511e347.zip
Make comment match code.
Notes
Notes: svn path=/head/; revision=44435
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index b9fd96a58064..a01230bfd1cd 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -11,7 +11,7 @@
* 2. Absolutely no warranty of function or purpose is made by the author
* John S. Dyson.
*
- * $Id: vfs_bio.c,v 1.199 1999/01/27 21:49:58 dillon Exp $
+ * $Id: vfs_bio.c,v 1.200 1999/03/02 20:26:39 julian Exp $
*/
/*
@@ -1548,8 +1548,7 @@ loop:
/*
* This code is used to make sure that a buffer is not
* created while the getnewbuf routine is blocked.
- * Normally the vnode is locked so this isn't a problem.
- * VBLK type I/O requests, however, don't lock the vnode.
+ * This can be a problem whether the vnode is locked or not.
*/
if (gbincore(vp, blkno)) {
bp->b_flags |= B_INVAL;