Make comment match code.

This commit is contained in:
Julian Elischer 1999-03-02 21:23:38 +00:00
parent ec0211864c
commit 850c9afd03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44435

View File

@ -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;