mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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: 956f6daa84 ("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>
This commit is contained in:
parent
091e9451d0
commit
32177ab8ba
|
|
@ -5031,7 +5031,6 @@ DEFINE_ICLOG_EVENT(xlog_iclog_switch);
|
|||
DEFINE_ICLOG_EVENT(xlog_iclog_sync);
|
||||
DEFINE_ICLOG_EVENT(xlog_iclog_syncing);
|
||||
DEFINE_ICLOG_EVENT(xlog_iclog_sync_done);
|
||||
DEFINE_ICLOG_EVENT(xlog_iclog_want_sync);
|
||||
DEFINE_ICLOG_EVENT(xlog_iclog_wait_on);
|
||||
DEFINE_ICLOG_EVENT(xlog_iclog_write);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user