xfs: clean out superfluous dfops dop params/vars
authorBrian Foster <bfoster@redhat.com>
Wed, 1 Aug 2018 14:20:33 +0000 (07:20 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 3 Aug 2018 06:05:14 +0000 (23:05 -0700)
commit60f31a609ed3d28791acb2bc24188cb7e2259176
tree70672520f8148d5a6f7d2d80f1ad9d1dfa60fcc7
parent7dbddbaccd189e63c39c9e22c728c4548b9893bb
xfs: clean out superfluous dfops dop params/vars

The dfops code still passes around the xfs_defer_ops pointer
superfluously in a few places. Clean this up wherever the
transaction will suffice.

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_trans.c