X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fioctl.c;h=6c751106c2e56c7bc318a0fa5f42f528fb8ac363;hb=5ebacb271242b3205b865efa1f40a12e981df79d;hp=7b17a14396ff792152ae6da49d178355d5a5e7ea;hpb=7a53c7f56bbfc9b0ef892e68f5cfae3d902544d1;p=karo-tx-linux.git diff --git a/fs/ioctl.c b/fs/ioctl.c index 7b17a14396ff..6c751106c2e5 100644 --- a/fs/ioctl.c +++ b/fs/ioctl.c @@ -254,7 +254,7 @@ int __generic_block_fiemap(struct inode *inode, u64 len, get_block_t *get_block) { struct buffer_head tmp; - unsigned int start_blk; + unsigned long long start_blk; long long length = 0, map_len = 0; u64 logical = 0, phys = 0, size = 0; u32 flags = FIEMAP_EXTENT_MERGED;