]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: use internal dfops in attr code
authorBrian Foster <bfoster@redhat.com>
Tue, 24 Jul 2018 20:43:12 +0000 (13:43 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Jul 2018 17:15:14 +0000 (10:15 -0700)
commitcc7019ef99ac5949a3c62593c9db06404be8d25b
tree7ae7f12bd9670041bd3ac0a4307a4cd5a6d179e7
parentf5931316ef13b963592f7ee8d3af5b8823e0f6d7
xfs: use internal dfops in attr code

Remove the unnecessary on-stack dfops structure and use the internal
transaction dfops instead. The lower level xattr code already
appropriately accesses ->t_dfops throughout.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@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_attr.c