io_uring/poll: shrink alloc cache size to 32
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Mar 2024 13:53:07 +0000 (07:53 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:25 +0000 (08:10 -0600)
commitda22bdf38be2f2ba557d3031108614ebbba265e1
tree04ffcdfb6445283e0703be867be4f901c8960f22
parent414d0f45c316221acbf066658afdbae5b354a5cc
io_uring/poll: shrink alloc cache size to 32

This should be plenty, rather than the default of 128, and matches what
we have on the rsrc and futex side as well.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/poll.h