]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/jbd/recovery.c
jbd: Move debug message into #ifdef area
[net-next-2.6.git] / fs / jbd / recovery.c
index 81051dafebf5cadea98d14ab9deed5fabe068937..5b43e96788e6553ec0a716baa45e1a1ac509e838 100644 (file)
@@ -296,10 +296,10 @@ int journal_skip_recovery(journal_t *journal)
 #ifdef CONFIG_JBD_DEBUG
                int dropped = info.end_transaction -
                              be32_to_cpu(journal->j_superblock->s_sequence);
-#endif
                jbd_debug(1,
                          "JBD: ignoring %d transaction%s from the journal.\n",
                          dropped, (dropped == 1) ? "" : "s");
+#endif
                journal->j_transaction_sequence = ++info.end_transaction;
        }