]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove dfops param from high level dirname calls
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:25:01 +0000 (14:25 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:25:01 +0000 (14:25 -0500)
commit44be382210d5b7f88f12bc774102fb02f7a78587
tree6609b6dcf45ccb589153114371dcc670004eb32f
parentc5f9547379bf79009afeb0540802d9b280bde464
xfs: remove dfops param from high level dirname calls

Source kernel commit: c9cfdb381172174ade2445e7b468f1be550b1a44

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_dir2.c
libxfs/xfs_dir2.h
mkfs/proto.c
repair/phase6.c