]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
ext2fs_open_inode_scan: Handle an non-zero bg_itable_used in block group 0
authorTheodore Ts'o <tytso@mit.edu>
Wed, 23 Apr 2008 03:22:17 +0000 (23:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 23 Apr 2008 03:22:17 +0000 (23:22 -0400)
commitd11736c6ddcd6e687d857bd902ed772311cd66bc
tree5d57f174d06dcaa6bb6bdf6cbfbb0e511f52d545
parent0f2794c020b34de391f7a42e3b155ccb0ed2830f
ext2fs_open_inode_scan: Handle an non-zero bg_itable_used in block group 0

Previously, the portion of the inode table for block group 0 was
always completely zero'ed out, so the ext2fs_open_inode_scan() didn't
handle a non-zero bg_itable_used value for the first block group.  Fix
this.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/inode.c