Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_uring: kill cached requests from exiting task closing the ring
Be nice and prune these upfront, in case the ring is being shared and one of the tasks is going away. This is a bit more important now that we account the allocations. Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information