Whamcloud - gitweb
libext2fs: Add new function ext2fs_test_inode_bitmap_range()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 9 Jul 2009 18:32:52 +0000 (14:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Jul 2009 18:32:52 +0000 (14:32 -0400)
commitef1a526dfbe663bb80ab75c2e7985ae8d9021b76
tree17cd687d45b30db5107cd9a6848a74a3e55f9b2a
parent24a24cc6280a3e97a914e24194f69bbf7304e9bb
libext2fs: Add new function ext2fs_test_inode_bitmap_range()

Optimize ext2fs_test_block_bitmap_range() and add a new function,
ext2fs_test_inode_bitmap_range(), which works the same way as
ext2fs_block_bitmap_range() but for inode bitmaps.  It's needed for
some code in the development branch, so let's drop it into the maint
branch to make life easier in the future.

Signed-off-by: Kazuya Mio <k-mio@sx.jp.nec.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/e2fslibs.symbols
lib/ext2fs/bitops.h
lib/ext2fs/gen_bitmap.c