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>
Tue, 29 Oct 2024 19:43:28 +0000 (13:43 -0600)
commit18ae8ec53f52bfe612eabc01aac3ba0358af1ee4
tree00cfaf95d3166b716622bf680a2216a863504ee6
parent3f1a546444738b21a8c312a4b49dc168b65c8706
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