xfs: remove post-bmap tracing in xfs_bmap_local_to_extents
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 18:04:44 +0000 (11:04 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:27 +0000 (15:38 -0700)
commitd138604fb1a6500064b50e75f220e6cbce785493
tree5bf11234fbd9e3cd98a8c54e554a2b61e0143287
parent35e62da55f4b2450cbb51c9734d745a799e2a793
xfs: remove post-bmap tracing in xfs_bmap_local_to_extents

Now that we use xfs_iext_insert this is already covered by the tracing
in that function.

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