[Bug 207856] usr/src/sys/geom/vinum/geom_vinum_raid5.c: 2 * bad test ?
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Dec 2022 17:07:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207856
--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
Actually, these assertions are before *sdno / *psdno are set, so I imagine what
was intended was:
KASSERT(psd >= 0, ("gv_raid5_offset: psdno < 0"));
and
KASSERT(sd >= 0, ("gv_raid5_offset: sdno < 0"));
--
You are receiving this mail because:
You are the assignee for the bug.