]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ext4/ioctl.c
jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
authorJose R. Santos <jrs@us.ibm.com>
Wed, 18 Jul 2007 12:57:06 +0000 (08:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 Jul 2007 12:57:06 +0000 (08:57 -0400)
commite23291b9120c11aafb2ee76fb71a062eb3c1056c
tree1a0f458c5c2803eb9a959e79622974cd5db4f985
parenteb40a09c679d7f9709f7087add57f2e1c7122bb3
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 <jrs@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ioctl.c
fs/jbd2/journal.c
fs/jbd2/recovery.c
include/linux/ext4_fs.h
include/linux/ext4_fs_sb.h
include/linux/jbd2.h