Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2009 11:27:56 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188385 - head/sys/kern
Message-ID:  <200902091127.n19BRuxi058642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Mon Feb  9 11:27:56 2009
New Revision: 188385
URL: http://svn.freebsd.org/changeset/base/188385

Log:
  Remove a stale comment from the clists code.
  
  We don't support quote bits.

Modified:
  head/sys/kern/subr_clist.c

Modified: head/sys/kern/subr_clist.c
==============================================================================
--- head/sys/kern/subr_clist.c	Mon Feb  9 10:28:16 2009	(r188384)
+++ head/sys/kern/subr_clist.c	Mon Feb  9 11:27:56 2009	(r188385)
@@ -85,10 +85,6 @@ cblock_alloc_cblocks(int number)
 
 	for (i = 0; i < number; ++i) {
 		cbp = malloc(sizeof *cbp, M_CLIST, M_WAITOK);
-		/*
-		 * Freed cblocks have zero quotes and garbage elsewhere.
-		 * Set the may-have-quote bit to force zeroing the quotes.
-		 */
 		cblock_free(cbp);
 	}
 }



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