From: Darrick J. Wong Date: Wed, 10 Aug 2016 05:04:43 +0000 (+1000) Subject: xfs: move (and rename) the deferred bmap-free tracepoints X-Git-Tag: v4.8.0-rc1~54 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Flibxfs-4.8-sync;p=users%2Fhch%2Fxfsprogs.git xfs: move (and rename) the deferred bmap-free tracepoints Source kernel commit: 3481b68285238054be519ad0c8cad5cc2425e26c Rename the deferred bmap-free to extent_free and make them only trigger when we're really running deferred ops. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/libxfs/xfs_alloc.c b/libxfs/xfs_alloc.c index 334c5fcd9..8ed4bde97 100644 --- a/libxfs/xfs_alloc.c +++ b/libxfs/xfs_alloc.c @@ -2816,8 +2816,6 @@ xfs_free_extent( ASSERT(len != 0); - trace_xfs_bmap_free_deferred(mp, agno, 0, agbno, len); - if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_FREE_EXTENT, XFS_RANDOM_FREE_EXTENT))