Whamcloud - gitweb
libext2fs: use correct types in ext2fs_find_first_zero_block_bitmap2()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 Apr 2012 18:49:22 +0000 (11:49 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Apr 2012 18:29:47 +0000 (14:29 -0400)
commit38792ca78bd4df44cb615bed04512f21945a150a
treee907f0ccb38a339f8607afcd17ade348ebc448ac
parent664c332612a0ef86df5c67286155ea895ed88ee3
libext2fs: use correct types in ext2fs_find_first_zero_block_bitmap2()

Fortunately nothing was using this inline function, so we'll just fix
the types in its function signature, which were nonsensical (this was
caused by a cut-and-paste error).

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