xfs: pass xfs_extent_free_item directly through the log intent code
authorDarrick J. Wong <djwong@kernel.org>
Wed, 1 Feb 2023 18:16:02 +0000 (10:16 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 5 Feb 2023 16:48:11 +0000 (08:48 -0800)
commit72ba455599ad13d08c29dafa22a32360e07b1961
tree14ecc6121d2318a6586b74095412e6ac2196f6bb
parentf3ebac4c94c1483cca86296834f6706e1002e7a0
xfs: pass xfs_extent_free_item directly through the log intent code

Pass the incore xfs_extent_free_item through the EFI logging code
instead of repeatedly boxing and unboxing parameters.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_extfree_item.c