svn commit: r244054 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Sun Dec 9 20:34:12 UTC 2012


Author: kib
Date: Sun Dec  9 20:34:11 2012
New Revision: 244054
URL: http://svnweb.freebsd.org/changeset/base/244054

Log:
  Remove useless comment.
  
  MFC after:	3 days

Modified:
  head/sys/kern/vfs_bio.c

Modified: head/sys/kern/vfs_bio.c
==============================================================================
--- head/sys/kern/vfs_bio.c	Sun Dec  9 20:26:51 2012	(r244053)
+++ head/sys/kern/vfs_bio.c	Sun Dec  9 20:34:11 2012	(r244054)
@@ -2605,8 +2605,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-all mailing list