]> git.baikalelectronics.ru Git - kernel.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)
commit7c0c31655ea4a7ced974d1e4904f357cd6de144d
tree82d356ae661925f72939d9003d42059d27f4c04c
parent05e24a5e4ba5df6054419773ec571fa23f537aee
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