summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2016-08-03 12:31:07 +1000
committerDave Chinner <david@fromorbit.com>2016-08-03 12:31:07 +1000
commit3481b68285238054be519ad0c8cad5cc2425e26c (patch)
treea64c439f4371d0ceb07b60d3d285f6c5b4d80a1c /fs/xfs/libxfs/xfs_alloc.c
parent51ce9d000c0a80bddf9a93a4232283cc9a4564c0 (diff)
downloadop-kernel-dev-3481b68285238054be519ad0c8cad5cc2425e26c.zip
op-kernel-dev-3481b68285238054be519ad0c8cad5cc2425e26c.tar.gz
xfs: move (and rename) the deferred bmap-free tracepoints
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 <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_alloc.c')
-rw-r--r--fs/xfs/libxfs/xfs_alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_alloc.c b/fs/xfs/libxfs/xfs_alloc.c
index a0dc299..776ae2f 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -2819,8 +2819,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))
OpenPOWER on IntegriCloud