mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Make comment match code.
This commit is contained in:
parent
ec0211864c
commit
850c9afd03
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44435
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user