]> git.baikalelectronics.ru Git - 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)
commit8ae828352c35d3738c0f76cc5beccde8a5be4c5c
treec097925c224998492ba5c723a760cfa0c560e459
parent808d35ae131c70f3ebb81ec5a9604afb6b5bef6f
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