From 4a7649cf7e6595ed537791723982b52d19100d4e Mon Sep 17 00:00:00 2001 From: Mingming Cao Date: Thu, 19 Jul 2007 01:48:35 -0700 Subject: [PATCH] --- yaml --- r: 61608 b: refs/heads/master c: b38bd33a6bf5095736620ca8e85fe61820c2d312 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/inode.c | 2 +- trunk/fs/jbd2/recovery.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 17c990afeba3..c042d59ad805 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0a594c1c74fedbd838402e7372030311be8cc6e +refs/heads/master: b38bd33a6bf5095736620ca8e85fe61820c2d312 diff --git a/trunk/fs/ext4/inode.c b/trunk/fs/ext4/inode.c index de26c25d6a18..a4848e04a5ed 100644 --- a/trunk/fs/ext4/inode.c +++ b/trunk/fs/ext4/inode.c @@ -2903,7 +2903,7 @@ int ext4_write_inode(struct inode *inode, int wait) return 0; if (ext4_journal_current_handle()) { - jbd_debug(0, "called recursively, non-PF_MEMALLOC!\n"); + jbd_debug(1, "called recursively, non-PF_MEMALLOC!\n"); dump_stack(); return -EIO; } diff --git a/trunk/fs/jbd2/recovery.c b/trunk/fs/jbd2/recovery.c index e7730a045b93..b50be8a044eb 100644 --- a/trunk/fs/jbd2/recovery.c +++ b/trunk/fs/jbd2/recovery.c @@ -251,10 +251,10 @@ int jbd2_journal_recover(journal_t *journal) if (!err) err = do_one_pass(journal, &info, PASS_REPLAY); - jbd_debug(0, "JBD: recovery, exit status %d, " + jbd_debug(1, "JBD: recovery, exit status %d, " "recovered transactions %u to %u\n", err, info.start_transaction, info.end_transaction); - jbd_debug(0, "JBD: Replayed %d and revoked %d/%d blocks\n", + jbd_debug(1, "JBD: Replayed %d and revoked %d/%d blocks\n", info.nr_replays, info.nr_revoke_hits, info.nr_revokes); /* Restart the log at the next transaction ID, thus invalidating @@ -298,7 +298,7 @@ int jbd2_journal_skip_recovery(journal_t *journal) #ifdef CONFIG_JBD2_DEBUG int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); #endif - jbd_debug(0, + jbd_debug(1, "JBD: ignoring %d transaction%s from the journal.\n", dropped, (dropped == 1) ? "" : "s"); journal->j_transaction_sequence = ++info.end_transaction;