Re: [PATCH v2 1/7] block: Use BLK_STS_OK in bio_init()

From: Christoph Hellwig
Date: Mon Oct 28 2024 - 12:12:25 EST


On Mon, Oct 28, 2024 at 03:27:24PM +0000, John Garry wrote:
> Use the proper blk_status_t value to init the bi_status.

I think 0 as ok is a very wide spread assumption and intentional.
Personally I think 0 is fine, as it also is special case by
__bitwise types, but if Jens prefers it this way I'm fine with that
too.