commit | 16d598030a37853a7a6b4384cad19c9c0af2f021 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Jul 12 16:16:47 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jul 12 09:40:50 2020 -0600 |
tree | 06f76c2f18cdb892f5740951845ac46fdd6ddb8b | |
parent | dd821e0c95a64b5923a0c57f07d3f7563553e756 [diff] |
io_uring: fix not initialised work->flags 59960b9deb535 ("io_uring: fix lazy work init") tried to fix missing io_req_init_async(), but left out work.flags and hash. Do it earlier. Fixes: 7cdaf587de7c ("io_uring: avoid whole io_wq_work copy for requests completed inline") Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>