]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
mke2fs: optimize fix_cluster_bg_counts()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jan 2014 00:44:45 +0000 (19:44 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 30 Jan 2014 18:57:37 +0000 (13:57 -0500)
commit6e49e6a3e5ded98948e057037e617c8873d3adec
treebbbc6dd3f3c25dd8625ee76e3cae7222871b4a5e
parent424de6e8e3a2a9681a0f78f7212020c07d6cb3be
mke2fs: optimize fix_cluster_bg_counts()

Instead of iterating over the allocation bitmap using
ext2fs_test_block_bitmap2(), bit by bit, use
ext2fs_find_first_set_block_bitmap2() instead.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c