From: Christoph Hellwig Date: Mon, 15 Sep 2025 13:27:00 +0000 (-0700) Subject: xfs: remove the unused xfs_efd_log_format_32_t typedef X-Git-Tag: v6.18-rc1~226^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0cb349672f9ac2dcd80afa3dd25e2df2842db7a;p=thirdparty%2Flinux.git xfs: remove the unused xfs_efd_log_format_32_t typedef Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Carlos Maiolino --- diff --git a/fs/xfs/libxfs/xfs_log_format.h b/fs/xfs/libxfs/xfs_log_format.h index cb63bb156db14..2155cc6b2aaeb 100644 --- a/fs/xfs/libxfs/xfs_log_format.h +++ b/fs/xfs/libxfs/xfs_log_format.h @@ -702,13 +702,13 @@ xfs_efd_log_format_sizeof( nr * sizeof(struct xfs_extent); } -typedef struct xfs_efd_log_format_32 { +struct xfs_efd_log_format_32 { uint16_t efd_type; /* efd log item type */ uint16_t efd_size; /* size of this item */ uint32_t efd_nextents; /* # of extents freed */ uint64_t efd_efi_id; /* id of corresponding efi */ struct xfs_extent_32 efd_extents[]; /* array of extents freed */ -} __attribute__((packed)) xfs_efd_log_format_32_t; +} __attribute__((packed)); static inline size_t xfs_efd_log_format32_sizeof(