Whamcloud - gitweb
e2fsck: Fix journal replay bug which reverts changes to the bg descriptors
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 May 2009 00:14:04 +0000 (20:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 May 2009 02:09:59 +0000 (22:09 -0400)
commit27a407df546eafa54f3f50c470e3a0a4c788fae5
treeb03798680006300406102f36e354a4e9969754ef
parent14c5af32f2fea57f558766ae9b32ce1d3675021b
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>
e2fsck/journal.c