io_uring: add a {task,files} pair matching helper
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 6 Nov 2020 13:00:22 +0000 (13:00 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 9 Dec 2020 19:04:00 +0000 (12:04 -0700)
commit08d23634643c239ddae706758f54d3a8e0c24962
treed7f78633e4de98947eb5fabfbf8d3b9c4f017b06
parent06de5f5973c641c7ae033f133ecfaaf64fe633a6
io_uring: add a {task,files} pair matching helper

Add io_match_task() that matches both task and files.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c