1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove a stale and incorrect comment.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Mark Johnston 2017-10-28 02:51:27 +00:00
parent 9cf7abcc1d
commit 4770655901
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325051

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