Whamcloud - gitweb
libext2fs: Fix FLEX_BG offset used by ext2fs_allocate_group_table
authorTheodore Ts'o <tytso@mit.edu>
Mon, 7 Jul 2008 20:11:11 +0000 (16:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 7 Jul 2008 20:12:28 +0000 (16:12 -0400)
commitba4a021009d84682690f10e452dc81f99fe2ffdd
tree668c9b9527e331362a84e45bc663071bd91529f3
parentab06396f70939ae5a35ea7e7205ee3cd19e61aea
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>
lib/ext2fs/alloc_tables.c