Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2008 15:56:12 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186287 - head/sys/kern
Message-ID:  <200812181556.mBIFuCZr045556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ru
Date: Thu Dec 18 15:56:12 2008
New Revision: 186287
URL: http://svn.freebsd.org/changeset/base/186287

Log:
  Removed a comment made obsolete by revisions 157927 and 174292.

Modified:
  head/sys/kern/kern_mbuf.c

Modified: head/sys/kern/kern_mbuf.c
==============================================================================
--- head/sys/kern/kern_mbuf.c	Thu Dec 18 15:34:38 2008	(r186286)
+++ head/sys/kern/kern_mbuf.c	Thu Dec 18 15:56:12 2008	(r186287)
@@ -120,7 +120,6 @@ tunable_mbinit(void *dummy)
 }
 SYSINIT(tunable_mbinit, SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_mbinit, NULL);
 
-/* XXX: These should be tuneables. Can't change UMA limits on the fly. */
 static int
 sysctl_nmbclusters(SYSCTL_HANDLER_ARGS)
 {



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