Re: [PATCH] io_uring: remove redundant variable pointer nxt and io_wq_assign_next call

From: Jens Axboe
Date: Mon Apr 06 2020 - 19:33:59 EST


On 4/6/20 3:54 PM, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> An earlier commit "io_uring: remove @nxt from handlers" removed the
> setting of pointer nxt and now it is always null, hence the non-null
> check and call to io_wq_assign_next is redundant and can be removed.

Thanks, applied.

--
Jens Axboe