io_uring: Don't require reinitable percpu_ref
authorMichal Koutný <mkoutny@suse.com>
Fri, 15 Jul 2022 17:45:01 +0000 (19:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:47:14 +0000 (08:47 -0600)
commitb8fcaacbf65840d411ec58bee5eabd6e0b514874
treed6226adc9a2859fd13b648e03b2908e8532a5038
parentad01b3fe46204a8280f55c9a9c6d35d225a408c2
io_uring: Don't require reinitable percpu_ref

The commit 8bb649ee1da3 ("io_uring: remove ring quiesce for
io_uring_register") removed the worklow relying on reinit/resurrection
of the percpu_ref, hence, initialization with that requested is a relic.

This is based on code review, this causes no real bug (and theoretically
can't). Technically it's a revert of commit 214828962dea ("io_uring:
initialize percpu refcounters using PERCU_REF_ALLOW_REINIT") but since
the flag omission is now justified, I'm not making this a revert.

Fixes: 8bb649ee1da3 ("io_uring: remove ring quiesce for io_uring_register")
Signed-off-by: Michal Koutný <mkoutny@suse.com>
Acked-by: Roman Gushchin <roman.gushchin@linux.dev>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c