Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2012 20:34:12 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244054 - head/sys/kern
Message-ID:  <201212092034.qB9KYCgM025391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212092034.qB9KYCgM025391>