]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: use ->t_firstblock in bmap extent split
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:27 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:27 +0000 (22:26 -0700)
commit4b77a088d781b53d263c37e75222439297b410e5
tree59a3360882bec291eea06d07271ef7e428fab496
parent333f950c89a17018f812eae13daaa2a404c413c1
xfs: use ->t_firstblock in bmap extent split

Also remove the unnecessary xfs_bmap_split_extent_at() parameter.

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