Remove a stale and incorrect comment.
MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
6795d68368
commit
6e5d1bfd1d
@ -14127,11 +14127,7 @@ getdirtybuf(bp, lock, waitfor)
|
||||
BUF_UNLOCK(bp);
|
||||
if (waitfor != MNT_WAIT)
|
||||
return (NULL);
|
||||
/*
|
||||
* The lock argument must be bp->b_vp's mutex in
|
||||
* this case.
|
||||
*/
|
||||
#ifdef DEBUG_VFS_LOCKS
|
||||
#ifdef DEBUG_VFS_LOCKS
|
||||
if (bp->b_vp->v_type != VCHR)
|
||||
ASSERT_BO_WLOCKED(bp->b_bufobj);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user