commit | 5315217efea54a07950758005686adedb8e8e680 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Fri Feb 01 08:26:46 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Feb 01 08:26:46 2008 -0500 |
tree | 137735561349ee366afe98daa9b1cbbaf1da68c4 | |
parent | b048d8462652159c5314d19b191220b0ec384edb [diff] |
[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>