Whamcloud - gitweb
libext2fs: Add support for uninit_bg feature to allocation functions
authorTheodore Ts'o <tytso@mit.edu>
Fri, 22 Aug 2008 06:52:12 +0000 (02:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 22 Aug 2008 06:52:12 +0000 (02:52 -0400)
commitc71d781370c29f283fdaea01783b5257e508df0f
treeebd84a8d12e00038678dd9a2eaed070ecc18d494
parent213fe9288bbebe6566f554996660a7c242a910dd
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>
lib/ext2fs/alloc.c