[XFS] Fix potential overflow in xfs_iomap_t delta for very large extents

SGI-PV: 945311
SGI-Modid: xfs-linux-melb:xfs-kern:201708a

Signed-off-by: Eric Sandeen <sandeen@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>

authored by Eric Sandeen and committed by Nathan Scott 55b02d74 33bc227e

+1 -1
+1 -1
fs/xfs/xfs_iomap.h
··· 69 69 xfs_buftarg_t *iomap_target; 70 70 xfs_off_t iomap_offset; /* offset of mapping, bytes */ 71 71 xfs_off_t iomap_bsize; /* size of mapping, bytes */ 72 - size_t iomap_delta; /* offset into mapping, bytes */ 72 + xfs_off_t iomap_delta; /* offset into mapping, bytes */ 73 73 iomap_flags_t iomap_flags; 74 74 } xfs_iomap_t; 75 75