Commit f1abd31
xdp: Remove unused mem_return_failed event
The change to allow page_poll to handle its own page destruction instead
of relying on XDP removed the trace_mem_return_failed() tracepoint caller,
but did not remove the mem_return_failed trace event. As trace events take
up memory when they are created regardless of if they are used or not,
having this unused event around wastes around 5K of memory.
Remove the unused event.
Link: https://lore.kernel.org/all/[email protected]/
Fixes: c3f812c ("page_pool: do not release pool until inflight == 0.")
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>1 parent 86d7ac4 commit f1abd31
1 file changed
+0
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | 382 | | |
409 | 383 | | |
410 | 384 | | |
| |||
0 commit comments