summaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2026-04-20 13:15:41 -0600
committerJens Axboe <axboe@kernel.dk>2026-04-21 12:19:01 -0600
commit02b8d41c17630493f63c7785c873e327fa9b76a6 (patch)
tree1f9a51bd4dbc3a9f4650a49024739604cef942f1 /include/linux/moduleparam.h
parent53262c91f7b81f96495ff24e9d1fa8b1632e69c8 (diff)
io_uring/rsrc: use kvfree() for the imu cache
Currently anything that requires kvmalloc_flex() for allocations will not get re-cached, and hence the cache freeing path is correct in that it always uses kfree() to free the allocated memory. But this seems a bit fragile as it's something that could get mix should that situation change, so switch io_free_imu() and io_alloc_cache_free() to use kvfree as the desctructor. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/moduleparam.h')
0 files changed, 0 insertions, 0 deletions