diff options
| author | Jens Axboe <[email protected]> | 2019-11-23 21:24:24 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2019-11-26 02:56:11 +0000 |
| commit | f8e85cf255ad57d65eeb9a9d0e59e3dec55bdd9e (patch) | |
| tree | 340a7e29ab51d3b7115d04a65841d01639a22b74 /drivers/firmware/psci/psci.c | |
| parent | net: add __sys_connect_file() helper (diff) | |
| download | kernel-f8e85cf255ad57d65eeb9a9d0e59e3dec55bdd9e.tar.gz kernel-f8e85cf255ad57d65eeb9a9d0e59e3dec55bdd9e.zip | |
io_uring: add support for IORING_OP_CONNECT
This allows an application to call connect() in an async fashion. Like
other opcodes, we first try a non-blocking connect, then punt to async
context if we have to.
Note that we can still return -EINPROGRESS, and in that case the caller
should use IORING_OP_POLL_ADD to do an async wait for completion of the
connect request (just like for regular connect(2), except we can do it
async here too).
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'drivers/firmware/psci/psci.c')
0 files changed, 0 insertions, 0 deletions
