From 477065590104a8160a9833d0486207b21f18d4b6 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sat, 28 Oct 2017 02:51:27 +0000 Subject: [PATCH] Remove a stale and incorrect comment. MFC after: 1 week Sponsored by: Dell EMC Isilon --- sys/ufs/ffs/ffs_softdep.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index 5689d81251be..8f2b00900010 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -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