io_uring: consolidate overflow flushing
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 10 Apr 2024 01:26:55 +0000 (02:26 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:27 +0000 (08:10 -0600)
commit6b231248e97fc37d4205449d48747b5a3b4c2fcc
tree386a6ce9353516b3a591220bfdc5a0d66271e9bd
parent8d09a88ef9d3cb7d21d45c39b7b7c31298d23998
io_uring: consolidate overflow flushing

Consolidate __io_cqring_overflow_flush and io_cqring_overflow_kill()
into a single function as it once was, it's easier to work with it this
way.

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