Skip to content

Commit 3dde08b

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: remove the unused xfs_efd_log_format_64_t typedef
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
1 parent a0cb349 commit 3dde08b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fs/xfs/libxfs/xfs_log_format.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,13 +718,13 @@ xfs_efd_log_format32_sizeof(
718718
nr * sizeof(struct xfs_extent_32);
719719
}
720720

721-
typedef struct xfs_efd_log_format_64 {
721+
struct xfs_efd_log_format_64 {
722722
uint16_t efd_type; /* efd log item type */
723723
uint16_t efd_size; /* size of this item */
724724
uint32_t efd_nextents; /* # of extents freed */
725725
uint64_t efd_efi_id; /* id of corresponding efi */
726726
struct xfs_extent_64 efd_extents[]; /* array of extents freed */
727-
} xfs_efd_log_format_64_t;
727+
};
728728

729729
static inline size_t
730730
xfs_efd_log_format64_sizeof(

0 commit comments

Comments
 (0)