]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove dfops param in attr fork add path
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:27:01 +0000 (14:27 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:27:01 +0000 (14:27 -0500)
commit97236fae6e7db83dc7705dbb96e7e5c335002c30
treebee55741e04389dccec2e03e1559b31277c110d3
parente599d8b9b0b94903478183202339e23b4f58da6c
xfs: remove dfops param in attr fork add path

Source kernel commit: 0bd6207f836446f9d472f342a0ba3c21fe5e986f

Now that the attribute fork add tx carries dfops along with the
transaction, it is unnecessary to pass it down the stack. Remove the
dfops parameter and access ->t_dfops directly where necessary. 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_bmap.c