]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/kbuf: use 'ctx' consistently
authorJens Axboe <axboe@kernel.dk>
Tue, 17 Mar 2026 20:03:54 +0000 (14:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 17 Mar 2026 20:03:54 +0000 (14:03 -0600)
commit49c21d9a5fcd83b717f2f543734ca15e36d0189e
tree5e02d2d325a83a43c10daf6926b4d5f02a0b5a31
parent98f37634b12b17ad5c56db8fb63cf9d7dc55d74c
io_uring/kbuf: use 'ctx' consistently

There's already a local ctx variable, yet the ring lock and unlock
helpers use req->ctx. use ctx consistently.

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