xfs: reduce the size of struct xfs_extent_free_item
authorDarrick J. Wong <djwong@kernel.org>
Tue, 12 Oct 2021 22:55:54 +0000 (15:55 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 22 Oct 2021 23:04:36 +0000 (16:04 -0700)
commitb3b5ff412ab04afd99173bb12d3cc146ee478ae7
tree8de33007e9f62b104b7d50941e7441ed40194d58
parentc201d9ca5392b20f04882848a071025b0e194c17
xfs: reduce the size of struct xfs_extent_free_item

We only use EFIs to free metadata blocks -- not regular data/attr fork
extents.  Remove all the fields that we never use, for a net reduction
of 16 bytes.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_alloc.h
fs/xfs/xfs_extfree_item.c