svn commit: r244137 - stable/9/sys/kern

Konstantin Belousov kib at FreeBSD.org
Wed Dec 12 05:02:57 UTC 2012


Author: kib
Date: Wed Dec 12 05:02:56 2012
New Revision: 244137
URL: http://svnweb.freebsd.org/changeset/base/244137

Log:
  MFC r244054:
  Remove useless comment.

Modified:
  stable/9/sys/kern/vfs_bio.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/vfs_bio.c
==============================================================================
--- stable/9/sys/kern/vfs_bio.c	Wed Dec 12 05:01:01 2012	(r244136)
+++ stable/9/sys/kern/vfs_bio.c	Wed Dec 12 05:02:56 2012	(r244137)
@@ -2649,8 +2649,6 @@ loop:
          * 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 svn-src-stable mailing list