]> 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)
commit55538cce256292442025e76c56ac17fa8b1b31b5
treea96b6c95160221a2350d61b820030c5a6ccb5fba
parent795360580391844090ac9316bea4ddf24b025cc1
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