]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: reduce the size of struct xfs_extent_free_item
authorDarrick J. Wong <djwong@kernel.org>
Thu, 28 Apr 2022 19:39:04 +0000 (15:39 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 28 Apr 2022 19:39:04 +0000 (15:39 -0400)
commit6d72c6ea11d44c31d4d549826e2474c713d0a9ba
tree3f5d94a89f7166211e0cc327a2e09352b0851ddb
parent7d84b02dcb5f969e5f7b9908824be9f01d3efa2e
xfs: reduce the size of struct xfs_extent_free_item

Source kernel commit: b3b5ff412ab04afd99173bb12d3cc146ee478ae7

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/defer_item.c
libxfs/xfs_alloc.c
libxfs/xfs_alloc.h