Skip to content

Commit

Permalink
Remove a stale and incorrect comment.
Browse files Browse the repository at this point in the history
MFC after:	1 week
Sponsored by:	Dell EMC Isilon
  • Loading branch information
markjdb committed Oct 28, 2017
1 parent 9cf7abc commit 4770655
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sys/ufs/ffs/ffs_softdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4770655

Please sign in to comment.