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

Trace events take up to 5K of memory in text and meta data regardless if
they are used or not. The call to the event xfs_alloc_near_error was
removed when the cursor data structure allocation was introduced. Remove
it as it is no longer used and is just wasting memory.

Fixes: f5e7dbea1e3e ("xfs: introduce allocation cursor data structure")
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