]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()
authorJoanne Koong <joannelkoong@gmail.com>
Thu, 4 Dec 2025 21:51:15 +0000 (13:51 -0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 4 Dec 2025 22:46:13 +0000 (15:46 -0700)
commite29af2aba262833c8eba578b58d6bbb6b0866a67
treed5a6c6354845e32a11d50ba3d7e76b0c432c3311
parentb8201b50e403815f941d1c6581a27fdbfe7d0fd4
io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()

The variable holds nodes from the destination ring's existing buffer
table. In io_clone_buffers(), the term "src" is used to refer to the
source ring.

Rename to node for clarity.

Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rsrc.c