aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-07-09 14:32:52 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-07-09 14:32:52 -0400
commitef1a526dfbe663bb80ab75c2e7985ae8d9021b76 (patch)
tree17cd687d45b30db5107cd9a6848a74a3e55f9b2a /debian
parent24a24cc6280a3e97a914e24194f69bbf7304e9bb (diff)
downloade2fsprogs-ef1a526dfbe663bb80ab75c2e7985ae8d9021b76.tar.gz
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>
Diffstat (limited to 'debian')
-rw-r--r--debian/e2fslibs.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/e2fslibs.symbols b/debian/e2fslibs.symbols
index 3ee0bca1..c203f02a 100644
--- a/debian/e2fslibs.symbols
+++ b/debian/e2fslibs.symbols
@@ -330,6 +330,7 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_test_bit@Base 1.37
ext2fs_test_block_bitmap@Base 1.37
ext2fs_test_block_bitmap_range@Base 1.37
+ ext2fs_test_inode_bitmap_range@Base 1.41.8
ext2fs_test_changed@Base 1.37
ext2fs_test_generic_bitmap@Base 1.37
ext2fs_test_ib_dirty@Base 1.37