commit | 5f2e1a81d24ca2334547edd52690378d6eb763c7 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Jun 15 22:11:59 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 15 22:11:59 2011 -0400 |
tree | b3fa37950fa5c96fc304eaf0c61ac66d9621fc5b | |
parent | 2d34a25f81d6868387c2b21e8d6d25291c1069db [diff] |
libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systems Commit b0ecb787ef introduced a bug in check_block_uninit(), which is used by ext2fs_new_block2(). This bug resulted in the block bitmap for the block group in question not having space reserved for the file system metadata blocks. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>