[Bug 291398] Switch from bio_count to bio_length
Date: Thu, 04 Dec 2025 17:27:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291398
Bug ID: 291398
Summary: Switch from bio_count to bio_length
Product: Base System
Version: 15.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: bugs@FreeBSD.org
Reporter: 0mp@FreeBSD.org
As noted by phk@ in https://reviews.freebsd.org/D53365#1218884, the idea was to
get rid of bio_bcount now that bio_length is available in struct bio. markj@
added in https://reviews.freebsd.org/D53365#1219464 that we should remove
bio_bcount if it serves no purpose.
I've started converting bio_bcount to bio_length in the tree. I'll post updates
here.
--
You are receiving this mail because:
You are the assignee for the bug.