]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Nov 2017 04:11:32 +0000 (22:11 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 17 Nov 2017 04:11:32 +0000 (22:11 -0600)
commit1a32da85cc31676e2da23d63c01a0219f7f8cbe8
tree04b78d2a02a5fe5646177eb18efc23eeb95b0ac0
parent7bd43334b9ab6c19ca327f7e7213acb16c7f7204
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real

Source kernel commit: 35e62da55f4b2450cbb51c9734d745a799e2a793

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