commit | 27a407df546eafa54f3f50c470e3a0a4c788fae5 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon May 25 20:14:04 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 25 22:09:59 2009 -0400 |
tree | b03798680006300406102f36e354a4e9969754ef | |
parent | 14c5af32f2fea57f558766ae9b32ce1d3675021b [diff] |
e2fsck: Fix journal replay bug which reverts changes to the bg descriptors Fix a regression in e2fsprogs 1.41.5 which would undo updates to the block group descriptors after a journal replay, caused by commit b7c5b403. We now use ext2fs_free() instead of ext2fs_close() to make sure we the library will never try to write out superblock or block group descriptors. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>