From: Jose R. Santos Date: Wed, 18 Jul 2007 12:57:06 +0000 (-0400) Subject: jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG X-Git-Tag: v2.6.23-rc1~494^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23291b9120c11aafb2ee76fb71a062eb3c1056c;p=pandora-kernel.git jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG 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. Signed-off-by: Jose R. Santos Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed