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 14:08:23 +0000 (08:08 -0600)
commit38561de8ee9763b6329a20e878397b938e2c6393
treecbe3debfc5cb30d5a4e653aaf54bb79e482b9ed2
parent2980b6b0aafbddc019c33200a3305a141c2685c4
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