remove duplicated debug print
Signed-off-by: Akinobu Mita <[EMAIL PROTECTED]>
---
commit.c | 2 --
1 files changed, 2 deletions(-)
--- 2.6-mm/fs/jbd/commit.c.orig 2005-09-02 00:53:49.000000000 +0900
+++ 2.6-mm/fs/jbd/commit.c 2005-09-02 00:54:11.000000000 +0900
@@ -425,8 +425,6 @@ write_out_data:
journal_write_revoke_records(journal, commit_transaction);
- jbd_debug(3, "JBD: commit phase 2\n");
-
/*
* If we found any dirty or locked buffers, then we should have
* looped back up to the write_out_data label. If there weren't
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/