From: Randy Dunlap Date: Thu, 27 Oct 2011 08:05:13 +0000 (-0400) Subject: jbd2: fix build when CONFIG_BUG is not enabled X-Git-Tag: v3.2-rc1~85^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44705754610dbc63503bc7679ff9d9f84978a76f;p=pandora-kernel.git jbd2: fix build when CONFIG_BUG is not enabled 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 Signed-off-by: "Theodore Ts'o" Cc: Arnd Bergmann Cc: Arnaud Lacombe --- Reading git-diff-tree failed