commit | e46a7950d362231a4d0b078af5f4c109b8e5ac9e | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Jan 17 11:15:34 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:04:07 2020 -0700 |
tree | 5485e29e2b5ea91d059267e8e2d4a84185207d05 | |
parent | b14cca0c84c760fbd39ad6bb7e1181e2df103d25 [diff] |
io_uring: file switch work needs to get flushed on exit We currently flush early, but if we have something in progress and a new switch is scheduled, we need to ensure to flush after our teardown as well. Signed-off-by: Jens Axboe <axboe@kernel.dk>