From: Christoph Hellwig Date: Mon, 4 Nov 2024 04:18:31 +0000 (-0800) Subject: xfs: remove the unused xrep_bmap_walk_rmap trace point X-Git-Tag: v6.13-rc1~133^2~9^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c39444939da054ea190296f03eb4bf72ea00fc3;p=thirdparty%2Fkernel%2Flinux.git xfs: remove the unused xrep_bmap_walk_rmap trace point Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/xfs/scrub/trace.h b/fs/xfs/scrub/trace.h index c886d5d0eb021..5eff6186724d4 100644 --- a/fs/xfs/scrub/trace.h +++ b/fs/xfs/scrub/trace.h @@ -2020,7 +2020,6 @@ DEFINE_EVENT(xrep_rmap_class, name, \ uint64_t owner, uint64_t offset, unsigned int flags), \ TP_ARGS(mp, agno, agbno, len, owner, offset, flags)) DEFINE_REPAIR_RMAP_EVENT(xrep_ibt_walk_rmap); -DEFINE_REPAIR_RMAP_EVENT(xrep_bmap_walk_rmap); TRACE_EVENT(xrep_abt_found, TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno,