]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: move ->iop_recover to xfs_defer_op_type
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 23:07:31 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:23 +0000 (14:06 -0700)
commit0c9b2da91e94c39c4f6e1cc205754e200ab32ca0
tree45e7ce1ded69c53b2fc208e97285a9432e56991a
parentea8dad89a9f152f72f6e9f0031705d57244aaace
xfs: move ->iop_recover to xfs_defer_op_type

Source kernel commit: db7ccc0bac2add5a41b66578e376b49328fc99d0

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>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
include/xfs_trace.h
libxfs/xfs_defer.c
libxfs/xfs_defer.h