Re: [PATCH for-next] io_uring: fix ctx refcounting in io_uring_enter()

From: Jens Axboe
Date: Wed Sep 09 2020 - 14:30:53 EST


On 9/9/20 9:19 AM, Stefano Garzarella wrote:
> If the ring is disabled we don't decrease the 'ctx' refcount since
> we wrongly jump to 'out_fput' label.
>
> Instead let's jump to 'out' label where we decrease the 'ctx' refcount.

Applied, thanks.

--
Jens Axboe