From: Ted Ts'o Subject: Re: [PATCH -next] jbd2: fix build when CONFIG_BUG is not enabled Date: Thu, 27 Oct 2011 04:06:11 -0400 Message-ID: <20111027080611.GZ31921@thunk.org> References: <20111011201127.455df266dcbffb1d621f8576@canb.auug.org.au> <4E9495C8.1030200@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-ext4@vger.kernel.org, Andrew Morton , Arnd Bergmann , Arnaud Lacombe To: Randy Dunlap Return-path: Content-Disposition: inline In-Reply-To: <4E9495C8.1030200@xenotime.net> Sender: linux-next-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Tue, Oct 11, 2011 at 12:15:20PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix build error when CONFIG_BUG is not enabled: > > fs/jbd2/transaction.c:1175:3: error: implicit declaration of function '__WARN' > > by changing __WARN() to WARN_ON(), as suggested by > Arnaud Lacombe . > > Signed-off-by: Randy Dunlap > Cc: Arnd Bergmann > Cc: Arnaud Lacombe Thanks, applied. - Ted