X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_iomap.h;h=3ce204a524b0665df59272cdc4425d0772f95619;hb=2b85e1307fe3a84eca2e1a21c6c857359908dab4;hp=fcd6d63bb68ba4c4db7da17d15d8dfcb0572d8e4;hpb=602d4a7e2f4b843d1a67375d4d7104073495b758;p=powerpc.git diff --git a/fs/xfs/xfs_iomap.h b/fs/xfs/xfs_iomap.h index fcd6d63bb6..3ce204a524 100644 --- a/fs/xfs/xfs_iomap.h +++ b/fs/xfs/xfs_iomap.h @@ -69,7 +69,7 @@ typedef struct xfs_iomap { xfs_buftarg_t *iomap_target; xfs_off_t iomap_offset; /* offset of mapping, bytes */ xfs_off_t iomap_bsize; /* size of mapping, bytes */ - size_t iomap_delta; /* offset into mapping, bytes */ + xfs_off_t iomap_delta; /* offset into mapping, bytes */ iomap_flags_t iomap_flags; } xfs_iomap_t;