On 04/06/2020 03: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. > > Addresses-Coverity: ("'Constant' variable guard") > Signed-off-by: Colin Ian King<colin.king@xxxxxxxxxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>