aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_iomap.h')
-rw-r--r--fs/xfs/xfs_iomap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iomap.h b/fs/xfs/xfs_iomap.h
index a85fa90f6fe7..db9299631ee4 100644
--- a/fs/xfs/xfs_iomap.h
+++ b/fs/xfs/xfs_iomap.h
@@ -72,7 +72,6 @@ typedef struct xfs_iomap {
72 xfs_daddr_t iomap_bn; /* first 512B blk of mapping */ 72 xfs_daddr_t iomap_bn; /* first 512B blk of mapping */
73 xfs_off_t iomap_offset; /* offset of mapping, bytes */ 73 xfs_off_t iomap_offset; /* offset of mapping, bytes */
74 xfs_off_t iomap_bsize; /* size of mapping, bytes */ 74 xfs_off_t iomap_bsize; /* size of mapping, bytes */
75 xfs_off_t iomap_delta; /* offset into mapping, bytes */
76 iomap_flags_t iomap_flags; 75 iomap_flags_t iomap_flags;
77} xfs_iomap_t; 76} xfs_iomap_t;
78 77