From: Christoph Hellwig Date: Fri, 5 Dec 2025 15:03:46 +0000 (+0100) Subject: xfs: remove the unused xfs_log_iovec_t typedef X-Git-Tag: v6.18.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a877bb9bf07476bcba59b09f5ba99525f78e837;p=thirdparty%2Fxfsprogs-dev.git xfs: remove the unused xfs_log_iovec_t typedef Source kernel commit: 3e5bdfe48e1f159de7ca3b23a6afa6c10f2a9ad2 Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Carlos Maiolino Reviewed-by: Christoph Hellwig Signed-off-by: Andrey Albershteyn --- diff --git a/libxfs/xfs_log_format.h b/libxfs/xfs_log_format.h index 49c4a331..a42a8321 100644 --- a/libxfs/xfs_log_format.h +++ b/libxfs/xfs_log_format.h @@ -194,12 +194,11 @@ typedef union xlog_in_core2 { } xlog_in_core_2_t; /* not an on-disk structure, but needed by log recovery in userspace */ -typedef struct xfs_log_iovec { +struct xfs_log_iovec { void *i_addr; /* beginning address of region */ int i_len; /* length in bytes of region */ uint i_type; /* type of region */ -} xfs_log_iovec_t; - +}; /* * Transaction Header definitions.