Skip to content

Commit a0cb349

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: remove the unused xfs_efd_log_format_32_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 0a33d5a commit a0cb349

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
@@ -702,13 +702,13 @@ xfs_efd_log_format_sizeof(
702702
nr * sizeof(struct xfs_extent);
703703
}
704704

705-
typedef struct xfs_efd_log_format_32 {
705+
struct xfs_efd_log_format_32 {
706706
uint16_t efd_type; /* efd log item type */
707707
uint16_t efd_size; /* size of this item */
708708
uint32_t efd_nextents; /* # of extents freed */
709709
uint64_t efd_efi_id; /* id of corresponding efi */
710710
struct xfs_extent_32 efd_extents[]; /* array of extents freed */
711-
} __attribute__((packed)) xfs_efd_log_format_32_t;
711+
} __attribute__((packed));
712712

713713
static inline size_t
714714
xfs_efd_log_format32_sizeof(

0 commit comments

Comments
 (0)