]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: use ->t_firstblock in attrfork add
authorBrian Foster <bfoster@redhat.com>
Fri, 5 Oct 2018 02:36:08 +0000 (21:36 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 5 Oct 2018 02:36:08 +0000 (21:36 -0500)
commitd9313ca41879bed92d73520494fd168f5f6084ec
tree0a674b736ecbe32bacdc098c81d3762d8e767e2c
parent015bc82e48f156c631644e829a6ec562a3cf50d7
xfs: use ->t_firstblock in attrfork add

Source kernel commit: 825d75cd8c1b53883dd8c2fe1d8833c371b08074

Note that this codepath is a user of struct xfs_da_args. Switch it
over to ->t_firstblock in preparation to remove
xfs_da_args.firstblock.

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.c