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 17:10:30 +0000 (10:10 -0700)
commite8cb476e20ef29017a6156cdd720293c7580a6dd
tree5d255be4d2cfcd97c9ab14f40d0a28427204dee4
parentab55e430a18b7cb79c01a6697dddfafb1463721c
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