io_uring: allow task match to be passed to io_req_cache_free()
authorJens Axboe <axboe@kernel.dk>
Sat, 13 Feb 2021 16:00:02 +0000 (09:00 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 13 Feb 2021 16:00:02 +0000 (09:00 -0700)
commit68e68ee6e359318c40891f614612616d219066d0
treed2edf1adc09aaa6fa8d84222d42f13fa51a315bd
parente06aa2e94f0532d04bad7713eb7c6a32ab9ba674
io_uring: allow task match to be passed to io_req_cache_free()

No changes in this patch, just allows a caller to pass in a targeted
task that we must match for freeing requests in the cache.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c