]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1c604183c1e6cc88d303688ab22884d7a44b7167
tree70672520f8148d5a6f7d2d80f1ad9d1dfa60fcc7
parentbef14eae35f7a0b02f3c8fef9f31879eae8aec09
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