summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-03-02 21:23:38 +0000
committerjulian <julian@FreeBSD.org>1999-03-02 21:23:38 +0000
commit5014b30868face57a02da850eaf592875bc1351f (patch)
tree70f67123dd3cdeef566deeb564d30a862ec7907f /sys/kern/vfs_bio.c
parentd1a04540235ee5d1bfd92b51c6f7638742451ac0 (diff)
downloadFreeBSD-src-5014b30868face57a02da850eaf592875bc1351f.zip
FreeBSD-src-5014b30868face57a02da850eaf592875bc1351f.tar.gz
Make comment match code.
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 b9fd96a..a01230b 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;
OpenPOWER on IntegriCloud