]> www.infradead.org Git - users/willy/xarray.git/commitdiff
xfs: remove the xfs_efd_log_item_t typedef
authorChristoph Hellwig <hch@lst.de>
Thu, 30 Apr 2020 19:52:19 +0000 (12:52 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 4 May 2020 16:03:16 +0000 (09:03 -0700)
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>
fs/xfs/xfs_extfree_item.h

index b9b567f3557561821eb9f962673fbf70753bc288..a2a736a77fa949af9f5e5176903cd767d11b34be 100644 (file)
@@ -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.