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 03:04:21 +0000 (20:04 -0700)
commitebddd992ab8bfa30669d666e6bb9ac70dcff5103
treeac84d585747ee07a81421126a7e2b73db0adf254
parent07a71a47e02614ea3852dc566d2e4b3f634b522d
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