commit | c4d2d43e2dc831d5c209af3e42dffd7b5e65c1f6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Jul 07 13:50:49 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jul 07 14:20:42 2011 -0400 |
tree | 848cd3ee00e178628dc0dbdea4372d50bbfdb905 | |
parent | d32c915abfb224f6f6659e9cada7e9f759b7e3d2 [diff] |
libext2fs: replace missing flexbg initialization in flexbg_offset Commit 25567a7b0fa9 accidentally removed the initialization for flexbg and flexbg_size, which affected ext2fs_allocate_group_table() and ext2fs_allocate_tables(). Replace them. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>