diff options
author | 2024-11-03 20:18:31 -0800 | |
---|---|---|
committer | 2024-11-05 13:38:25 -0800 | |
commit | 3c39444939da054ea190296f03eb4bf72ea00fc3 (patch) | |
tree | 7daa516d56b25b5b7c682a9eb0462e4d13eb046a | |
parent | xfs: remove the unused trace_xfs_iwalk_ag trace point (diff) | |
download | wireguard-linux-3c39444939da054ea190296f03eb4bf72ea00fc3.tar.xz wireguard-linux-3c39444939da054ea190296f03eb4bf72ea00fc3.zip |
xfs: remove the unused xrep_bmap_walk_rmap trace point
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>
Diffstat (limited to '')
-rw-r--r-- | fs/xfs/scrub/trace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/scrub/trace.h b/fs/xfs/scrub/trace.h index c886d5d0eb02..5eff6186724d 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, |