summaryrefslogtreecommitdiffstats
path: root/io_uring/epoll.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-01-29 04:32:52 +0100
committerJens Axboe <axboe@kernel.dk>2024-02-08 21:27:06 +0100
commitbfe30bfde279529011161a60e5a7ca4be83de422 (patch)
tree3318cc8e8c4506d5cfd05d227259072365288b85 /io_uring/epoll.c
parentio_uring: add io_file_can_poll() helper (diff)
downloadlinux-bfe30bfde279529011161a60e5a7ca4be83de422.tar.xz
linux-bfe30bfde279529011161a60e5a7ca4be83de422.zip
io_uring: mark the need to lock/unlock the ring as unlikely
Any of the fast paths will already have this locked, this helper only exists to deal with io-wq invoking request issue where we do not have the ctx->uring_lock held already. This means that any common or fast path will already have this locked, mark it as such. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/epoll.c')
0 files changed, 0 insertions, 0 deletions