[Midnightbsd-cvs] src [7828] trunk/sys/kern/vfs_bio.c: remove useless comment.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 6 20:07:55 EDT 2016


Revision: 7828
          http://svnweb.midnightbsd.org/src/?rev=7828
Author:   laffer1
Date:     2016-09-06 20:07:55 -0400 (Tue, 06 Sep 2016)
Log Message:
-----------
remove useless comment.

Modified Paths:
--------------
    trunk/sys/kern/vfs_bio.c

Modified: trunk/sys/kern/vfs_bio.c
===================================================================
--- trunk/sys/kern/vfs_bio.c	2016-09-07 00:07:20 UTC (rev 7827)
+++ trunk/sys/kern/vfs_bio.c	2016-09-07 00:07:55 UTC (rev 7828)
@@ -2649,8 +2649,6 @@
          * If this check ever becomes a bottleneck it may be better to
          * move it into the else, when gbincore() fails.  At the moment
          * it isn't a problem.
-	 *
-	 * XXX remove if 0 sections (clean this up after its proven)
          */
 	if (numfreebuffers == 0) {
 		if (TD_IS_IDLETHREAD(curthread))



More information about the Midnightbsd-cvs mailing list