svn commit: r325051 - head/sys/ufs/ffs

Mark Johnston markj at FreeBSD.org
Sat Oct 28 02:51:29 UTC 2017


Author: markj
Date: Sat Oct 28 02:51:27 2017
New Revision: 325051
URL: https://svnweb.freebsd.org/changeset/base/325051

Log:
  Remove a stale and incorrect comment.
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/ufs/ffs/ffs_softdep.c

Modified: head/sys/ufs/ffs/ffs_softdep.c
==============================================================================
--- head/sys/ufs/ffs/ffs_softdep.c	Sat Oct 28 02:48:37 2017	(r325050)
+++ head/sys/ufs/ffs/ffs_softdep.c	Sat Oct 28 02:51:27 2017	(r325051)
@@ -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


More information about the svn-src-all mailing list