commit | 6b754c8b912a164fbb15b7b839d51709c3d9ee6f | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Jul 16 23:28:00 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jul 24 13:00:45 2020 -0600 |
tree | 9974c4940f0f00bfee24f609848ee79a16827d4a | |
parent | 7a7cacba8b4560403615b04d57bdcd1f93f90f10 [diff] |
io_uring: remove extra checks in send/recv With the return on a bad socket, kmsg is always non-null by the end of the function, prune left extra checks and initialisations. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>