mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 23:41:57 +00:00
xfs: remove the xfs_efd_log_item_t typedef
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
parent
82ff450b2d
commit
c84e819090
@ -63,12 +63,12 @@ struct xfs_efi_log_item {
|
|||||||
* the fact that some extents earlier mentioned in an efi item
|
* the fact that some extents earlier mentioned in an efi item
|
||||||
* have been freed.
|
* have been freed.
|
||||||
*/
|
*/
|
||||||
typedef struct xfs_efd_log_item {
|
struct xfs_efd_log_item {
|
||||||
struct xfs_log_item efd_item;
|
struct xfs_log_item efd_item;
|
||||||
struct xfs_efi_log_item *efd_efip;
|
struct xfs_efi_log_item *efd_efip;
|
||||||
uint efd_next_extent;
|
uint efd_next_extent;
|
||||||
xfs_efd_log_format_t efd_format;
|
xfs_efd_log_format_t efd_format;
|
||||||
} xfs_efd_log_item_t;
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Max number of extents in fast allocation path.
|
* Max number of extents in fast allocation path.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user