io_uring: rename function *task_file
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 14 Jun 2021 01:36:15 +0000 (02:36 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Jun 2021 14:23:12 +0000 (08:23 -0600)
commiteef51daa72f745b6e771d18f6f37c7e5cd4ccdf1
treeb9572d135cdfdea3ae1de51bec862b9abf33be5b
parentcb3d8972c78ab0cdb55a30d6db927a3e0442b3f9
io_uring: rename function *task_file

What at some moment was references to struct file used to control
lifetimes of task/ctx is now just internal tctx structures/nodes,
so rename outdated *task_file() routines into something more sensible.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/e2fbce42932154c2631ce58ffbffaa232afe18d5.1623634181.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c