diff options
author | Caleb Sander Mateos <csander@purestorage.com> | 2025-02-28 16:59:11 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-03-04 07:17:15 -0700 |
commit | a387b96d2a9687201318826d23c770eb794c778e (patch) | |
tree | a4a3006b34203be5710eec1da3fbad732d07326c /tools/perf/scripts/python | |
parent | 6a53541829662c8f1357f522a1d6315179442bf7 (diff) |
io_uring/rsrc: free io_rsrc_node using kfree()
io_rsrc_node_alloc() calls io_cache_alloc(), which uses kmalloc() to
allocate the node. So it can be freed with kfree() instead of kvfree().
Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Link: https://lore.kernel.org/r/20250228235916.670437-2-csander@purestorage.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions