From: Christoph Hellwig Date: Fri, 5 Apr 2024 06:07:10 +0000 (+0200) Subject: xfs: remove the unused xfs_extent_busy_enomem trace event X-Git-Tag: v6.10-rc1~87^2~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0ac6cb251bdc3bcc04b2070296788e0b93652d7;p=thirdparty%2Fkernel%2Flinux.git xfs: remove the unused xfs_extent_busy_enomem trace event Signed-off-by: Christoph Hellwig Reviewed-by: "Darrick J. Wong" Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index a80c3063a13f1..0f844396754d7 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -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);