commit | ba4a021009d84682690f10e452dc81f99fe2ffdd | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jul 07 16:11:11 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 07 16:12:28 2008 -0400 |
tree | 668c9b9527e331362a84e45bc663071bd91529f3 | |
parent | ab06396f70939ae5a35ea7e7205ee3cd19e61aea [diff] |
libext2fs: Fix FLEX_BG offset used by ext2fs_allocate_group_table The offset for both inode bitmaps and inode tables is overshot by one block causing a hole between the group of bitmaps and inode tables when initializing a filesystem using mke2fs. Signed-off-by: Jose R. Santos <jrs@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>