Remove a stale and incorrect comment.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
markj 2017-10-28 02:51:27 +00:00
parent 6795d68368
commit 6e5d1bfd1d

View File

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