Re: [RFC 12/12] bio: add bio_endio_status
Christoph Hellwig <[email protected]>
| Newsgroups | gmane.linux.raid,gmane.linux.block,gmane.comp.file-systems.btrfs,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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.