io_uring: fix FORCE_ASYNC req preparation
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 17 May 2020 11:02:12 +0000 (14:02 +0300)
committerJens Axboe <axboe@kernel.dk>
Sun, 17 May 2020 15:22:09 +0000 (09:22 -0600)
commitbd2ab18a1d6267446eae1b47dd839050452bdf7f
treea96b6c95160221a2350d61b820030c5a6ccb5fba
parent650b548129b60b0d23508351800108196f4aa89f
io_uring: fix FORCE_ASYNC req preparation

As for other not inlined requests, alloc req->io for FORCE_ASYNC reqs,
so they can be prepared properly.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c