commit | b0ecb787ef9fde414791b644fa074450b28d4060 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jun 10 18:51:58 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jun 10 18:51:58 2011 -0400 |
tree | 8447c904eb712fd7fe58a3b40e558e61b37dc667 | |
parent | 94968e749b224f01fbb9009ed0285e55f6441784 [diff] |
libext2fs: teach block allocation functions about bigalloc/clusters Optimize ext2fs_new_block2() and ext2fs_get_free_blocks2() when bigalloc is enabled. Also fix the uninitialized block bitmap code so that it correctly deals clustered allocation. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>