xfs: remove unused event xlog_iclog_want_sync
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 16 Jun 2025 17:51:48 +0000 (13:51 -0400)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:12 +0000 (17:30 +0200)
commit32177ab8ba5f4002173f4ba2cf595aabf0c6c008
treeebe69cb2f1c332682634863fa2d92edb9c4550fe
parent091e9451d0bdd5d98ad4fcbd55f7c4554bf9e60f
xfs: remove unused event xlog_iclog_want_sync

The trace event xlog_iclog_want_sync was added but never used. As trace
events can take up around 5K of memory in text and meta data regardless if
they are used or not, remove this unused event.

Fixes: 956f6daa84bf ("xfs: add iclog state trace events")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_trace.h