https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207856

--- Comment #2 from Ed Maste <[email protected]> ---
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.

Reply via email to