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>
Wed, 4 Mar 2020 18:49:14 +0000 (11:49 -0700)
commitec657c383c2a1d281d7a32bc2a9675c5f5559a23
treec558f72c09eb402cac12c8361dd5bd013b487707
parent1fa96c7f2c218cc12bff8142896d7ad777119937
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