commit | 8a99734081775c012a4a6c442fdef0379fe52bdf | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Oct 09 14:40:13 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Oct 09 15:13:47 2019 -0600 |
tree | 3e9ca80637271c130150c57dc958390b8fbb1255 | |
parent | 6805b32ec2b0897eb180295385efe306e5ac3b3d [diff] |
io_uring: only flush workqueues on fileset removal We should not remove the workqueue, we just need to ensure that the workqueues are synced. The workqueues are torn down on ctx removal. Cc: stable@vger.kernel.org Fixes: 6b06314c47e1 ("io_uring: add file set registration") Reported-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>