summaryrefslogtreecommitdiff
path: root/fs/ext4/verity.c
diff options
context:
space:
mode:
authorDylan Yudaken <dylany@fb.com>2022-03-25 12:37:55 +0300
committerJens Axboe <axboe@kernel.dk>2022-03-25 15:30:23 +0300
commit52dd86406dfa322c8d42b3a4328858abdc6f1d85 (patch)
tree401c67c36d89fd07932342b741a74d1c745dc933 /fs/ext4/verity.c
parent34d2bfe7d4b65b375d0edf704133a6b6970f9d81 (diff)
downloadlinux-52dd86406dfa322c8d42b3a4328858abdc6f1d85.tar.xz
io_uring: enable EPOLLEXCLUSIVE for accept poll
When polling sockets for accept, use EPOLLEXCLUSIVE. This is helpful when multiple accept SQEs are submitted. For O_NONBLOCK sockets multiple queued SQEs would previously have all completed at once, but most with -EAGAIN as the result. Now only one wakes up and completes. For sockets without O_NONBLOCK there is no user facing change, but internally the extra requests would previously be queued onto a worker thread as they would wake up with no connection waiting, and be punted. Now they do not wake up unnecessarily. Co-developed-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Dylan Yudaken <dylany@fb.com> Link: https://lore.kernel.org/r/20220325093755.4123343-1-dylany@fb.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/ext4/verity.c')
0 files changed, 0 insertions, 0 deletions