]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd95baf9009f3f8110dbe190a2f1089e03be66618
treea96b6c95160221a2350d61b820030c5a6ccb5fba
parenta303991eb2a5a1fe35b8b5be19fe03cd01755b09
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