diff options
author | Jose R. Santos <jrs@us.ibm.com> | 2007-07-18 08:57:06 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-07-18 08:57:06 -0400 |
commit | e23291b9120c11aafb2ee76fb71a062eb3c1056c (patch) | |
tree | 1a0f458c5c2803eb9a959e79622974cd5db4f985 /fs/jbd2/recovery.c | |
parent | eb40a09c679d7f9709f7087add57f2e1c7122bb3 (diff) |
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>
Diffstat (limited to 'fs/jbd2/recovery.c')
-rw-r--r-- | fs/jbd2/recovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/recovery.c b/fs/jbd2/recovery.c index 395c92a04ac9..e7730a045b93 100644 --- a/fs/jbd2/recovery.c +++ b/fs/jbd2/recovery.c | |||
@@ -295,7 +295,7 @@ int jbd2_journal_skip_recovery(journal_t *journal) | |||
295 | printk(KERN_ERR "JBD: error %d scanning journal\n", err); | 295 | printk(KERN_ERR "JBD: error %d scanning journal\n", err); |
296 | ++journal->j_transaction_sequence; | 296 | ++journal->j_transaction_sequence; |
297 | } else { | 297 | } else { |
298 | #ifdef CONFIG_JBD_DEBUG | 298 | #ifdef CONFIG_JBD2_DEBUG |
299 | int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); | 299 | int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); |
300 | #endif | 300 | #endif |
301 | jbd_debug(0, | 301 | jbd_debug(0, |