• Darrick J. Wong's avatar
    e2fsprogs: fix inode and block relocation functions to use blk64_t · a25487cb
    Darrick J. Wong authored
    
    
    The inode and block relocation functions aren't currently compiled in
    (so we don't need to worry about breaking ABI compatibility).  They
    were originally intended for use by resize2fs, but we never ended up
    using them, so (wisely) they weren't ever included in libext2fs as an
    exported interface (they're not even compiled by the Makefile).
    
    Fix them so that in case we ever use them, so that in places where raw
    data types (int, long, etc.) stood in for blk_t and blk64_t.  Also fix
    some sites where we should probably be using blk64_t.
    Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
    Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
    a25487cb
brel_ma.c 4.24 KB