[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)
commit5315217efea54a07950758005686adedb8e8e680
tree137735561349ee366afe98daa9b1cbbaf1da68c4
parentb048d8462652159c5314d19b191220b0ec384edb
[PATCH] jbd: Remove useless loop when writing commit record

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>
fs/jbd/commit.c