From 7b11242998575504b2e99b52f9b6b409497f0e42 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Mon, 4 Oct 2010 17:26:53 +0900 Subject: [PATCH] --- yaml --- r: 218826 b: refs/heads/master c: c5639bef63a241d8d5a00e5243d7f304d7563c46 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/jbd/recovery.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e77ea91284ff..d8ad943822f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26f78b7a423aea094c536e94cbe1f1fa4641dd7b +refs/heads/master: c5639bef63a241d8d5a00e5243d7f304d7563c46 diff --git a/trunk/fs/jbd/recovery.c b/trunk/fs/jbd/recovery.c index 81051dafebf5..5b43e96788e6 100644 --- a/trunk/fs/jbd/recovery.c +++ b/trunk/fs/jbd/recovery.c @@ -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; }