]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove dfops param in attr fork add path
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:10 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:10 +0000 (22:26 -0700)
commit0bd6207f836446f9d472f342a0ba3c21fe5e986f
tree82d356ae661925f72939d9003d42059d27f4c04c
parent40d03ac6aa2bebe05190462734690472310167e4
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>
fs/xfs/libxfs/xfs_bmap.c