xfs: turn dfp_intent into a xfs_log_item
commit 13a83333 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>
Showing
- fs/xfs/libxfs/xfs_defer.h 6 additions, 5 deletionsfs/xfs/libxfs/xfs_defer.h
- fs/xfs/xfs_bmap_item.c 6 additions, 6 deletionsfs/xfs/xfs_bmap_item.c
- fs/xfs/xfs_extfree_item.c 6 additions, 6 deletionsfs/xfs/xfs_extfree_item.c
- fs/xfs/xfs_refcount_item.c 6 additions, 6 deletionsfs/xfs/xfs_refcount_item.c
- fs/xfs/xfs_rmap_item.c 6 additions, 6 deletionsfs/xfs/xfs_rmap_item.c
Loading
Please register or sign in to comment