xfs: remove the unused xfs_extent_busy_enomem trace event
authorChristoph Hellwig <hch@lst.de>
Fri, 5 Apr 2024 06:07:10 +0000 (08:07 +0200)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 22 Apr 2024 07:23:34 +0000 (12:53 +0530)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/xfs_trace.h

index a80c3063a13f1c88969ad8fae426bd8a6bdb4011..0f844396754d71148f7fd21306f4da6097f9cc04 100644 (file)
@@ -1659,7 +1659,6 @@ DEFINE_EVENT(xfs_extent_busy_class, name, \
                 xfs_agblock_t agbno, xfs_extlen_t len), \
        TP_ARGS(mp, agno, agbno, len))
 DEFINE_BUSY_EVENT(xfs_extent_busy);
-DEFINE_BUSY_EVENT(xfs_extent_busy_enomem);
 DEFINE_BUSY_EVENT(xfs_extent_busy_force);
 DEFINE_BUSY_EVENT(xfs_extent_busy_reuse);
 DEFINE_BUSY_EVENT(xfs_extent_busy_clear);