]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
xfs: pass transaction to dfops reset/move helpers
authorBrian Foster <bfoster@redhat.com>
Wed, 1 Aug 2018 14:20:30 +0000 (07:20 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 3 Aug 2018 06:05:13 +0000 (23:05 -0700)
commitce356d64772f920f26cd6c1b02878a737a275638
treec097925c224998492ba5c723a760cfa0c560e459
parent7279aa13b8fb954f50073a672f912898198efd14
xfs: pass transaction to dfops reset/move helpers

All callers pass ->t_dfops of the associated transactions. Refactor
the helpers to receive the transactions and facilitate further
cleanups between xfs_defer_ops and xfs_trans.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_defer.c
fs/xfs/libxfs/xfs_defer.h
fs/xfs/xfs_bmap_item.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_refcount_item.c
fs/xfs/xfs_trans.c