commit | 9c6bb0cf7ba318767107328f39aac880344ddd2e | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Tue Jul 24 13:43:12 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jul 26 10:15:14 2018 -0700 |
tree | 7ae7f12bd9670041bd3ac0a4307a4cd5a6d179e7 | |
parent | 1e5ae1995a44f2b7a03f08a10504568a96040a8c [diff] |
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>