]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit710a568ba9f4479806d6003bf37f7fb758cdd5c2
tree5bf11234fbd9e3cd98a8c54e554a2b61e0143287
parent97f335418b213422226950f83a75dd5df42b685c
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