This patch converts some int or unsigned int block number definitions to blk_t type. Most conversions are necessary for 64-bit porting. debugfs/debugfs.c | 12 +++++------- debugfs/logdump.c | 10 +++++----- e2fsck/super.c | 3 ++- lib/e2p/e2p.h | 2 +- lib/e2p/percent.c | 2 +- lib/ext2fs/bitops.h | 2 +- lib/ext2fs/closefs.c | 7 +++---- lib/ext2fs/ext2fs.h | 2 +- lib/ext2fs/gen_bitmap.c | 2 +- lib/ext2fs/openfs.c | 3 +-- resize/resize2fs.c | 4 ++-- 11 files changed, 23 insertions(+), 26 deletions(-)