commit | ef1a526dfbe663bb80ab75c2e7985ae8d9021b76 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Jul 09 14:32:52 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jul 09 14:32:52 2009 -0400 |
tree | 17cd687d45b30db5107cd9a6848a74a3e55f9b2a | |
parent | 24a24cc6280a3e97a914e24194f69bbf7304e9bb [diff] |
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>