OSDN Git Service

io_uring: do init work in grab_env()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 29 Jun 2020 16:18:41 +0000 (19:18 +0300)
committerJens Axboe <axboe@kernel.dk>
Tue, 30 Jun 2020 14:39:59 +0000 (08:39 -0600)
commitedcdfcc149a8d0c11d4dd2b23b5338af22e31a5f
tree4d74db4c567009dbac1d5c8f721a33c8ec512bae
parent351fd53595a3ceb88756a005e3b864f7c8cb86e4
io_uring: do init work in grab_env()

Place io_req_init_async() in io_req_work_grab_env() so it won't be
forgotten.

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