]> 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)
commitd63980ae348c2efdeacd61f7a127b9b7c132f4f8
treea72fe1c46a3a12ad9671592d2c3ed0b258628b77
parent40268810f2510cb6564737b2c7be2a06a4794603
xfs: turn dfp_intent into a xfs_log_item

commit 75c6bd6dc258beb12f8d9d674c9f4ed5a5adfc7b 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