xfs: move ->iop_recover to xfs_defer_op_type
authorDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 21:39:25 +0000 (13:39 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 7 Dec 2023 02:45:15 +0000 (18:45 -0800)
commitdb7ccc0bac2add5a41b66578e376b49328fc99d0
tree3d4d6104246d809a7d9e26ccc98a05a5ea603b42
parente5f1a5146ec35f3ed5d7f5ac7807a10c0062b6b8
xfs: move ->iop_recover to xfs_defer_op_type

Finish off the series by moving the intent item recovery function
pointer to the xfs_defer_op_type struct, since this is really a deferred
work function now.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_defer.c
fs/xfs/libxfs/xfs_defer.h
fs/xfs/libxfs/xfs_log_recover.h
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