Skip to content

Commit 3e5bdfe

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: remove the unused xfs_log_iovec_t typedef
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
1 parent bf0013f commit 3e5bdfe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

fs/xfs/libxfs/xfs_log_format.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,11 @@ typedef union xlog_in_core2 {
194194
} xlog_in_core_2_t;
195195

196196
/* not an on-disk structure, but needed by log recovery in userspace */
197-
typedef struct xfs_log_iovec {
197+
struct xfs_log_iovec {
198198
void *i_addr; /* beginning address of region */
199199
int i_len; /* length in bytes of region */
200200
uint i_type; /* type of region */
201-
} xfs_log_iovec_t;
202-
201+
};
203202

204203
/*
205204
* Transaction Header definitions.

0 commit comments

Comments
 (0)