On 10/12/20 8:03 AM, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > An incorrect sizeof() is being used, sizeof(file_data->table) is not > correct, it should be sizeof(*file_data->table). Thanks, should be a no-op, which is why KASAN didn't complain in my testing. I'll queue this up, thanks. -- Jens Axboe