On Mon, Sep 30, 2013 at 06:28:05PM -0700, Darrick J. Wong wrote: > More fixing of 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. > These fixes aren't as critical as the previous patch. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Applied with the final commit description change: Author: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Date: Mon Oct 7 09:57:36 2013 -0400 e2fsprogs: fix inode and block relocation functions to use blk64_t 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: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html