]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/rsrc: get rid of io_rsrc_node allocation cache
authorJens Axboe <axboe@kernel.dk>
Sat, 26 Oct 2024 12:43:44 +0000 (06:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 2 Nov 2024 21:44:30 +0000 (15:44 -0600)
commitfbbb8e991d86bb7539de6161746b6c747f93f533
tree6c2be719ea21b21c4251c65c0003ee57e190dba7
parent7029acd8a950393ee3a3d8e1a7ee1a9b77808a3b
io_uring/rsrc: get rid of io_rsrc_node allocation cache

It's not going to be needed in the fast path going forward, so kill it
off.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/io_uring.c
io_uring/rsrc.c