svn commit: r186287 - head/sys/kern

Ruslan Ermilov ru at FreeBSD.org
Thu Dec 18 15:56:12 UTC 2008


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)
 {


More information about the svn-src-all mailing list