mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-17 16:00:38 -05:00
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>
This commit is contained in:
committed by
Carlos Maiolino
parent
0a33d5ad8a
commit
a0cb349672
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user