xfs: pass the xfs_defer_pending object to iop_recover
authorDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 18:38:10 +0000 (10:38 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 7 Dec 2023 02:45:14 +0000 (18:45 -0800)
commita050acdfa8003a44eae4558fddafc7afb1aef458
treed5f2d4d8f617061e069516bc0c8c78dc68d36b37
parent03f7767c9f6120ac933378fdec3bfd78bf07bc11
xfs: pass the xfs_defer_pending object to iop_recover

Now that log intent item recovery recreates the xfs_defer_pending state,
we should pass that into the ->iop_recover routines so that the intent
item can finish the recreation work.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_attr_item.c
fs/xfs/xfs_bmap_item.c
fs/xfs/xfs_extfree_item.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_refcount_item.c
fs/xfs/xfs_rmap_item.c
fs/xfs/xfs_trans.h