commit | 0bd6207f836446f9d472f342a0ba3c21fe5e986f | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Wed Jul 11 22:26:10 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Jul 11 22:26:10 2018 -0700 |
tree | 82d356ae661925f72939d9003d42059d27f4c04c | |
parent | 40d03ac6aa2bebe05190462734690472310167e4 [diff] |
xfs: remove dfops param in attr fork add path 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>