diff options
-rw-r--r-- | fs/xfs/xfs_iomap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iomap.h b/fs/xfs/xfs_iomap.h index fcd6d63bb68b..3ce204a524b0 100644 --- a/fs/xfs/xfs_iomap.h +++ b/fs/xfs/xfs_iomap.h | |||
@@ -69,7 +69,7 @@ typedef struct xfs_iomap { | |||
69 | xfs_buftarg_t *iomap_target; | 69 | xfs_buftarg_t *iomap_target; |
70 | xfs_off_t iomap_offset; /* offset of mapping, bytes */ | 70 | xfs_off_t iomap_offset; /* offset of mapping, bytes */ |
71 | xfs_off_t iomap_bsize; /* size of mapping, bytes */ | 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 | iomap_flags_t iomap_flags; | 73 | iomap_flags_t iomap_flags; |
74 | } xfs_iomap_t; | 74 | } xfs_iomap_t; |
75 | 75 | ||