[PATCH] jbd: Remove useless loop when writing commit record
authorJan Kara <jack@suse.cz>
Fri, 1 Feb 2008 13:26:46 +0000 (08:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 1 Feb 2008 13:26:46 +0000 (08:26 -0500)
Commit block was intended to have several copies of the header. But
due to a bug it never had them and actually, nobody checks that. So
just remove the useless loop.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found