]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
xfs: remove the unused xrep_bmap_walk_rmap trace point
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Nov 2024 04:18:31 +0000 (20:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:25 +0000 (13:38 -0800)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/scrub/trace.h

index c886d5d0eb021a7683a3f84d2819be052697c305..5eff6186724d4ac47c5cefe0cfaefb36dbebbe80 100644 (file)
@@ -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,