Commit c84e8190 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: remove the xfs_efd_log_item_t typedef

parent 82ff450b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,12 +63,12 @@ struct xfs_efi_log_item {
 * the fact that some extents earlier mentioned in an efi item
 * have been freed.
 */
typedef struct xfs_efd_log_item {
struct xfs_efd_log_item {
	struct xfs_log_item	efd_item;
	struct xfs_efi_log_item *efd_efip;
	uint			efd_next_extent;
	xfs_efd_log_format_t	efd_format;
} xfs_efd_log_item_t;
};

/*
 * Max number of extents in fast allocation path.