commit | d11736c6ddcd6e687d857bd902ed772311cd66bc | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Apr 22 23:22:17 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 22 23:22:17 2008 -0400 |
tree | 5d57f174d06dcaa6bb6bdf6cbfbb0e511f52d545 | |
parent | 0f2794c020b34de391f7a42e3b155ccb0ed2830f [diff] |
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>