From: Christoph Hellwig Date: Fri, 5 Dec 2025 15:03:28 +0000 (+0100) Subject: xfs: remove the unused xfs_efd_log_format_64_t typedef X-Git-Tag: v6.18.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad773facd36ba446acc70460a8537ffc677b8052;p=thirdparty%2Fxfsprogs-dev.git xfs: remove the unused xfs_efd_log_format_64_t typedef Source kernel commit: 3dde08b64c98cf76b2e2378ecf36351464e2972a 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 2155cc6b..aa8e3b55 100644 --- a/libxfs/xfs_log_format.h +++ b/libxfs/xfs_log_format.h @@ -718,13 +718,13 @@ xfs_efd_log_format32_sizeof( nr * sizeof(struct xfs_extent_32); } -typedef struct xfs_efd_log_format_64 { +struct xfs_efd_log_format_64 { 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_64 efd_extents[]; /* array of extents freed */ -} xfs_efd_log_format_64_t; +}; static inline size_t xfs_efd_log_format64_sizeof(