]> 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)
commitd843e90f8c6ce57a6110f3babeddf29051bc5349
tree70672520f8148d5a6f7d2d80f1ad9d1dfa60fcc7
parent6b627230c9eb97685a12e3c360b149c153a34120
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