+0
−1
Loading
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: 59782a23 ("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>