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

When the function xfs_attri_remove_iter was removed, it did not remove the
trace event that it called. As a trace event can take up to 5K of memory for
text and meta data regardless of if it is used or not, remove this unused trace
event.

Fixes: 59782a236b62 ("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