io_uring/poll: get rid of per-hashtable bucket locks
authorJens Axboe <axboe@kernel.dk>
Mon, 30 Sep 2024 20:29:06 +0000 (14:29 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:04:10 +0000 (09:04 -0600)
commit2c7468f56e16be3f7a19cea64091f9c44c3eb9ca
tree0b7079fb059a7f64e197788e4f584d6fc1243632
parent2043c572a5bf4db023b0bb831356a1476e9ab381
io_uring/poll: get rid of per-hashtable bucket locks

Any access to the table is protected by ctx->uring_lock now anyway, the
per-bucket locking doesn't buy us anything.

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