Re: [PATCH v10 01/41] block: add bio_add_zone_append_page
From: Johannes Thumshirn <hidden>
Date: 2020-11-11 07:21:11
Also in:
linux-fsdevel
From: Johannes Thumshirn <hidden>
Date: 2020-11-11 07:21:11
Also in:
linux-fsdevel
On 10/11/2020 18:20, Christoph Hellwig wrote:
Do we need this check? I'd rather just initialize q at declaration time and let the NULL pointer deref be the obvious sign for a grave programming error..
I wanted to be a bit more gentle, but I don't mind the other way around as well.