]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: open code io_account_cq_overflow()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 9 May 2025 11:12:52 +0000 (12:12 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 May 2025 14:01:02 +0000 (08:01 -0600)
commitb0c8a6401fbca91da4fe0dc10d61a770f1581e45
treeb20944dac4f4f86c1260cb4144f23588a5c53b2f
parent19a94da447f832ee614f8f5532d31c1c70061520
io_uring: open code io_account_cq_overflow()

io_account_cq_overflow() doesn't help explaining what's going on in
there, and it'll become even smaller with following patches, so open
code it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/e4333fa0d371f519e52a71148ebdffed4b8d3aa9.1746788718.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c