diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 21:46:26 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 21:46:26 -0400 |
commit | 4690e621acd4579dae60b6f55f58284ee805e86d (patch) | |
tree | 89eba34ab7b6edc61c91ea9e26058d2fb47e02ab /debian | |
parent | 75b5672f6f82f4946b4b3f20cfe69946b6cb8210 (diff) | |
download | e2fsprogs-4690e621acd4579dae60b6f55f58284ee805e86d.tar.gz |
Improve future compatibility for the 64-bit I/O channel functions
Provide a C language wrapper function for io_channel_read_blk64() and
io_channel_write_blk64() instead of using a C preprocessor macro, with
an fallback to the old 32-bit functions if an application-provided I/O
channel manager doesn't supply 64-bit method functions and the block
numbers can fit in 32-bit integer.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/e2fslibs.symbols | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/e2fslibs.symbols b/debian/e2fslibs.symbols index 836731a8..00887bac 100644 --- a/debian/e2fslibs.symbols +++ b/debian/e2fslibs.symbols @@ -370,6 +370,8 @@ libext2fs.so.2 e2fslibs #MINVER# inode_io_manager@Base 1.37-2sarge1 io_channel_set_options@Base 1.37-2sarge1 io_channel_write_byte@Base 1.37-2sarge1 + io_channel_read_blk64@Base 1.41.1-1 + io_channel_write_blk64@Base 1.41.1-1 set_undo_io_backing_manager@Base 1.41.0-1 set_undo_io_backup_file@Base 1.41.0-1 tdb_null@Base 1.40-1 |