OSDN Git Service

xfs: use ->t_firstblock in attrfork add
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:21 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:21 +0000 (22:26 -0700)
commit825d75cd8c1b53883dd8c2fe1d8833c371b08074
treee85f21159b19bc898b566c9260c142168e11b6d0
parent381eee69f862d38bef468e91517e37fc53f60885
xfs: use ->t_firstblock in attrfork add

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>
fs/xfs/libxfs/xfs_bmap.c