]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: pass in counter to handle_tw_list() rather than return it
authorJens Axboe <axboe@kernel.dk>
Fri, 2 Feb 2024 21:25:27 +0000 (14:25 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Feb 2024 20:27:06 +0000 (13:27 -0700)
commit2708af1adc11700c6c3ce4109e3b133079a36a78
treedfedf055a11da575ee473d92c12b980f90611bb6
parent42c0905f0cac9a86d2cb8138665a6d62ea607078
io_uring: pass in counter to handle_tw_list() rather than return it

No functional changes in this patch, just in preparation for returning
something other than count from this helper.

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