linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unused event xfs_growfs_check_rtgeom
@ 2025-06-12 17:10 Steven Rostedt
  2025-06-12 17:16 ` Steven Rostedt
  2025-06-12 17:47 ` Darrick J. Wong
  0 siblings, 2 replies; 8+ messages in thread
From: Steven Rostedt @ 2025-06-12 17:10 UTC (permalink / raw)
  To: LKML, linux-xfs; +Cc: Carlos Maiolino, Darrick J. Wong, Christoph Hellwig

I have code that will cause a warning if a trace event or tracepoint is
created but not used. Trace events can take up to 5K of memory in text
and meta data per event. There's a lot of events in the XFS file system
that are not used, but one in particular was added by commit
59a57acbce282 ("xfs: check that the rtrmapbt maxlevels doesn't increase
when growing fs"). That event is xfs_growfs_check_rtgeom, but it was
never called.

It looks like it was just an oversight. I'm holding off from deleting
it as it may still be valid but just never been added. It was added
relatively recently.

-- Steve

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-06-16 14:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-12 17:10 Unused event xfs_growfs_check_rtgeom Steven Rostedt
2025-06-12 17:16 ` Steven Rostedt
2025-06-12 17:47   ` Darrick J. Wong
2025-06-12 18:46     ` Steven Rostedt
2025-06-13  5:59       ` Christoph Hellwig
2025-06-16 14:50         ` Steven Rostedt
2025-06-12 17:47 ` Darrick J. Wong
2025-06-12 20:58   ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).