]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
xfs: remove the unused xfs_efd_log_format_64_t typedef
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:27:01 +0000 (06:27 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Sep 2025 10:25:05 +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 2155cc6b2aaeb0a99773468a846d34d269b679a6..aa8e3b557733f3ba00cfe5c2e6a6cf8e5c85997c 100644 (file)
@@ -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(