On Wed, Apr 29, 2020 at 05:05:02PM +0200, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- Reviewed-by: Brian Foster <bfoster@xxxxxxxxxx> > fs/xfs/xfs_extfree_item.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fs/xfs/xfs_extfree_item.h b/fs/xfs/xfs_extfree_item.h > index b9b567f355756..a2a736a77fa94 100644 > --- a/fs/xfs/xfs_extfree_item.h > +++ b/fs/xfs/xfs_extfree_item.h > @@ -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. > -- > 2.26.2 >