]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: turn dfp_intent into a xfs_log_item
authorChristoph Hellwig <hch@lst.de>
Thu, 16 Feb 2023 05:20:01 +0000 (10:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:50:36 +0000 (12:50 +0100)
commitbfccbe462ccfefe330642863b73691f0dc91f108
treea72fe1c46a3a12ad9671592d2c3ed0b258628b77
parent21526c21028416f981ad6947f77c5f2927934747
xfs: turn dfp_intent into a xfs_log_item

commit 9beeacfa1b77557cb6f5d2a3c854b671b20773f1 upstream.

All defer op instance place their own extension of the log item into
the dfp_intent field.  Replace that with a xfs_log_item to improve type
safety and make the code easier to follow.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/libxfs/xfs_defer.h
fs/xfs/xfs_bmap_item.c
fs/xfs/xfs_extfree_item.c
fs/xfs/xfs_refcount_item.c
fs/xfs/xfs_rmap_item.c