Re: [RFC 12/12] bio: add bio_endio_status
From: Christoph Hellwig
Date: Tue Dec 16 2025 - 03:47:25 EST
On Mon, Dec 08, 2025 at 12:10:19PM +0000, Andreas Gruenbacher wrote:
> Add a bio_endio_status() helper as a shortcut for calling
> bio_set_status() and bio_endio() in sequence. Use the new helper
> throughout the code.
Looks fine, although you probably want to either feed the users through
the subsystems or did a scripted one right after the next -rc1.