From: Akinobu Mita <mita@miraclelinux.com>

Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 fs/jbd/commit.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN fs/jbd/commit.c~jbd-remove-duplicated-debug-print fs/jbd/commit.c
--- devel/fs/jbd/commit.c~jbd-remove-duplicated-debug-print	2005-09-10 14:53:28.000000000 -0700
+++ devel-akpm/fs/jbd/commit.c	2005-09-10 14:53:28.000000000 -0700
@@ -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
_