Messages in this thread Patch in this message |  | | | Date | Fri, 9 Sep 2005 17:43:42 +0900 | | From | Akinobu Mita <> | | Subject | [PATCH 1/6] jbd: remove duplicated debug print |
remove duplicated debug print
Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
--- 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |