]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commitba4366f57b117c2eab996642288e5c75646ccfc9
treea7af9ae5209eb377d91ed26b51e3aee4ee564768
parent879ba46a38e67595b96c87428fbb718d63821da2
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