Whamcloud - gitweb
libext2fs: replace missing flexbg initialization in flexbg_offset
authorTheodore Ts'o <tytso@mit.edu>
Thu, 7 Jul 2011 17:50:49 +0000 (13:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 7 Jul 2011 18:20:42 +0000 (14:20 -0400)
commitc4d2d43e2dc831d5c209af3e42dffd7b5e65c1f6
tree848cd3ee00e178628dc0dbdea4372d50bbfdb905
parentd32c915abfb224f6f6659e9cada7e9f759b7e3d2
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>
lib/ext2fs/alloc_tables.c