]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1471b2395453fd7d16a6dbfabc36043215ebfb1
treee85f21159b19bc898b566c9260c142168e11b6d0
parent7da32fefcad7a0f9fea8390774e93ce7396dc45e
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