Re: Unused event xfs_growfs_check_rtgeom
From: Steven Rostedt
Date: Thu Jun 12 2025 - 13:17:09 EST
I also found events: xfs_metadir_link and xfs_metadir_start_link are
defined in fs/xfs/libxfs/xfs_metadir.c in a #ifndef __KERNEL__ section.
Are these events ever used? Why are they called in !__KERNEL__ code?
-- Steve