Re: [PATCH] block: initialize auto integrity buffer opaque

From: Christoph Hellwig
Date: Thu Jan 08 2026 - 09:17:43 EST


The subject sounds a little weird. From looking at the commit
message and the code change I'd expect it to be something like:

block: zero auto integrity buffer when not fully occupied by PI tuple

does that make sense?

> Switch the gfp_t variable to bool zero_buffer since it's only used to
> compute the zero_buffer argument to bio_integrity_alloc_buf().

Yeah, that also makes total sense now. But maybe split it into a
separate cleanup patch to not detract from the bug fix?