]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
xfs: remove the unused xfs_log_iovec_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:27:05 +0000 (06:27 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Sep 2025 10:25:06 +0000 (12:25 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/libxfs/xfs_log_format.h

index 49c4a33166a6a382a9dbb7ae2f5e57b2ca037baf..a42a8321172459ba58631beecca82b75165b0d0a 100644 (file)
@@ -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.