io_uring: code clean for some ctx usage
authorHao Xu <haoxu@linux.alibaba.com>
Tue, 14 Dec 2021 05:59:04 +0000 (13:59 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Dec 2021 13:49:06 +0000 (06:49 -0700)
commit33ce2aff7d340bf48875ccd80628c884cf8017ae
treecd7f43849c2fd661c094f75b7c7fa75f9013258f
parentf28c240e7152462f0750a8939db28d985ecf7c67
io_uring: code clean for some ctx usage

There are some functions doing ctx = req->ctx while still using
req->ctx, update those places.

Signed-off-by: Hao Xu <haoxu@linux.alibaba.com>
Link: https://lore.kernel.org/r/20211214055904.61772-1-haoxu@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c