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>
Thu, 4 Mar 2021 13:35:00 +0000 (06:35 -0700)
commitef8eaa4e65facb1f51a64dbb4f5500134622c67c
treec6225b052450c0df1ca5226df2f6802b212337fb
parent1d5f360dd1a3c04e00a52af74dd84fdb0e1d454b
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