]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/timeout: use 'ctx' consistently
authorYang Xiuwei <yangxiuwei@kylinos.cn>
Thu, 2 Apr 2026 01:49:52 +0000 (09:49 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Apr 2026 13:08:40 +0000 (07:08 -0600)
commitf847bf6d29304087f94ef4b4a8646f69d96945f9
tree862c0814c5dfa6f8bce1d47e7c852d85429ef5ad
parentc7f3aaf3e835f2dc0f3f293ae3739b844b909595
io_uring/timeout: use 'ctx' consistently

There's already a local ctx variable, yet cq_timeouts accounting uses
req->ctx. Use ctx consistently.

Signed-off-by: Yang Xiuwei <yangxiuwei@kylinos.cn>
Link: https://patch.msgid.link/20260402014952.260414-1-yangxiuwei@kylinos.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/timeout.c