commit | c71d781370c29f283fdaea01783b5257e508df0f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Aug 22 02:52:12 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Aug 22 02:52:12 2008 -0400 |
tree | ebd84a8d12e00038678dd9a2eaed070ecc18d494 | |
parent | 213fe9288bbebe6566f554996660a7c242a910dd [diff] |
libext2fs: Add support for uninit_bg feature to allocation functions If the allocation functions need to allocate out of a block group where the inode and/or block bitmaps have not yet been initialized, initialize them so ext2fs_new_block() and ext2fs_new_inode() work correctly. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>