]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/io_uring.c
io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_RECVMSG
authorJens Axboe <axboe@kernel.dk>
Thu, 27 Feb 2020 17:15:42 +0000 (10:15 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Mar 2020 15:12:51 +0000 (09:12 -0600)
commit52de1fe122408d7a62b6cff9ed3895ebb882d71f
tree06f32dfc70eb2e891f91d76ec4946732acd9dc80
parent0a384abfae66651b28e4bbe16883b1ff046ba3b3
io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_RECVMSG

Like IORING_OP_READV, this is limited to supporting just a single
segment in the iovec passed in.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c