]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32c5d3d6a31967600bdac31c33430ba5b5ca4712
tree8a1baf741f099a776bce8a35158e64cc400ea439
parent692c26a69f40e7b29878f95cd88dd4f3b1e9f199
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