io_uring: warn on not destroyed io-wq
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 27 Feb 2021 11:16:45 +0000 (11:16 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 1 Mar 2021 21:56:19 +0000 (14:56 -0700)
commit9a4f64f46c1e914d7e979a57eb3e5bb3d9ffc79a
treecd2bade2eaf733435545e9de6b3caa0ce2d0fd54
parentff392ee5fa0ac693000d003081f7bf3947466850
io_uring: warn on not destroyed io-wq

Make sure that we killed an io-wq by the time a task is dead.

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