]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: remove unused event xfs_attr_node_removename
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 16 Jun 2025 17:51:53 +0000 (13:51 -0400)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:12 +0000 (17:30 +0200)
commitea26bbc7795b6ef49134231bdfc34569ed07f144
tree343e4bcce5a4b48910d99d05d0c0f0bd53da3cc2
parentb54480c3b10d4f617e20c51f749015729db74228
xfs: remove unused event xfs_attr_node_removename

When xfs_attri_remove_iter() was removed, so was the call to the trace
event xfs_attr_node_removename. As trace events can take up to 5K in
memory for text and meta data regardless if they are used or not, they
should not be created when unused. Remove the unused event.

Fixes: 59782a236b622 ("xfs: remove xfs_attri_remove_iter")
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