Whamcloud - gitweb
libext2fs: optimize find_first_set() for bitarray-based bitmaps
authorTheodore Ts'o <tytso@mit.edu>
Mon, 13 Jan 2014 02:45:04 +0000 (21:45 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jan 2014 05:59:49 +0000 (00:59 -0500)
commit14717832dd76322d95d24685b425e3b560556034
tree3f7fac858e8e8add7ded0493733efd9fce28342b
parentd954fa407b4c7699b6bde635de45fda63e8d343a
libext2fs: optimize find_first_set() for bitarray-based bitmaps

Basically just a trivial adaption of the find_first_zero() function
for bitarray-based bitmaps.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/blkmap64_ba.c