On 6/19/22 5:16 AM, Ammar Faizi wrote: > Hi Jens, > > On 6/19/22 9:07 AM, Jens Axboe wrote: >> + cd.seq = atomic_inc_return(&ctx->cancel_seq), > > Not sure if it's intentional, but the comma after atomic_inc return() > looks unique. While that's valid syntax, I think you want to use a > semicolon to end it consistently. Oops. Not intentional, that line was copied from the struct init at the top of that function. I'll fix it up, thanks. -- Jens Axboe