commit | bc02ef3325e3ef524ef29b65681ca4207b781224 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Jul 16 23:28:03 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jul 24 13:00:45 2020 -0600 |
tree | da3ea8535bcfccca7ac037b79d6c70b88d40af7b | |
parent | 0e1b6fe3d1e5f1b79c5bec37881c98febfba7718 [diff] |
io_uring: move BUFFER_SELECT check into *recv[msg] Move REQ_F_BUFFER_SELECT flag check out of io_recv_buffer_select(), and do that in its call sites That saves us from double error checking and possibly an extra function call. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>