]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: move min_events sanitisation
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 24 Mar 2025 15:32:36 +0000 (15:32 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 25 Mar 2025 18:38:01 +0000 (12:38 -0600)
commit816619782bdc70d7f33a8d0cda36d61414cec467
treeaaafe57cd1eecdfcaebea9e7eabaeb5e98cefd0f
parentd73acd7af3a329e8ebe5df1c738ae8c1d0a5f778
io_uring: move min_events sanitisation

iopoll and normal waiting already duplicate min_completion truncation,
so move them inside the corresponding routines.

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