xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 18:04:43 +0000 (11:04 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:26 +0000 (15:38 -0700)
commit35e62da55f4b2450cbb51c9734d745a799e2a793
treeb7cf3e753171b6efbb09a824310637f072f9fd12
parent060ea65b39409f3b9952dfa6db5fbe4355e6888a
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real

We already have all the information about the fork a=D1=95 well as additional
tracing information, so pass that to xfs_iext_remove().

Signed-off-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