mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
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>
This commit is contained in:
parent
a0cb349672
commit
3dde08b64c
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user