From: Mingming Cao Subject: Re: [PATCH] JBD2: fix debug config option Date: Wed, 13 Jun 2007 18:01:54 -0700 Message-ID: <1181782914.13428.24.camel@dyn9047017103.beaverton.ibm.com> References: <20070607234524.345d404d@gara> <1181776965.13428.7.camel@dyn9047017103.beaverton.ibm.com> Reply-To: cmm@us.ibm.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-ext4 To: "Jose R. Santos" Return-path: Received: from e35.co.us.ibm.com ([32.97.110.153]:45574 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757225AbXFNBCF (ORCPT ); Wed, 13 Jun 2007 21:02:05 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e35.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id l5E124Dh030803 for ; Wed, 13 Jun 2007 21:02:04 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l5E124QV249954 for ; Wed, 13 Jun 2007 19:02:04 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l5E1237W010171 for ; Wed, 13 Jun 2007 19:02:03 -0600 In-Reply-To: <1181776965.13428.7.camel@dyn9047017103.beaverton.ibm.com> Sender: linux-ext4-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Wed, 2007-06-13 at 16:22 -0700, Mingming Cao wrote: > On Thu, 2007-06-07 at 23:45 -0500, Jose R. Santos wrote: > > When the JBD code was forked to create the new JBD2 code base, the > > references to CONFIG_JBD_DEBUG where never changed to > > CONFIG_JBD2_DEBUG. This patch fixes that. > > > > We need to fix ext4 to reference CONFIG_JBD2_DEBUG as well. The ext4 > patch queue fail to compile with this if CONFIG_JBD_DEBUG is on but > CONFIG_JBD2_DEBUG is off. Can you send a quick fix? Never mind, a small fix. I added into ext4 patch queue. Mingming