From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 8 17:55:16 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0DE51065670; Wed, 8 Jul 2009 17:55:16 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 942F38FC16; Wed, 8 Jul 2009 17:55:16 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:d455:b5b9:39e2:d9a3] (unknown [IPv6:2001:7b8:3a7:0:d455:b5b9:39e2:d9a3]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 888285C59; Wed, 8 Jul 2009 19:55:15 +0200 (CEST) Message-ID: <4A54DD82.50900@andric.com> Date: Wed, 08 Jul 2009 19:55:14 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.1pre) Gecko/20090705 Shredder/3.0b3pre MIME-Version: 1.0 To: Wojciech Puchar References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, Robert Watson Subject: Re: What's changed between 7.1 and 7.2 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 17:55:17 -0000 On 2009-07-08 19:28, Robert Watson wrote: > This is effectively debugging output that slipped into the release and > shouldn't have. I believe it's now removed in 8.x, I'm not sure it's been > MFC'd to 7.x yet. It was indeed removed, with r193131. The diff here: http://svn.freebsd.org/viewvc/base/head/sys/geom/label/g_label.c?view=patch&r1=193131&r2=193130&pathrev=193131 should apply to 7.x without problems.