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;