xfs: remove dfops param from high level dirname calls
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:08 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:08 +0000 (22:26 -0700)
commitc9cfdb381172174ade2445e7b468f1be550b1a44
tree8a1baf741f099a776bce8a35158e64cc400ea439
parent0e0417f3e54668cec9f677850130e6fbb64edcf2
xfs: remove dfops param from high level dirname calls

All callers of the directory create, rename and remove interfaces
already associate the dfops with the transaction. Drop the dfops
parameters in these calls in preparation for further cleanups in the
layers below. This patch does not change behavior.

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