Whamcloud - gitweb
libext2fs: teach block allocation functions about bigalloc/clusters
authorTheodore Ts'o <tytso@mit.edu>
Fri, 10 Jun 2011 22:51:58 +0000 (18:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 10 Jun 2011 22:51:58 +0000 (18:51 -0400)
commitb0ecb787ef9fde414791b644fa074450b28d4060
tree8447c904eb712fd7fe58a3b40e558e61b37dc667
parent94968e749b224f01fbb9009ed0285e55f6441784
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>
lib/ext2fs/alloc.c