mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Initialize bp->bio_driver1 in idad_strategy().
Removed by accident in 1.38. This fixes the trap 12 everyone was seeing in ida_construct_qcb(). PR: kern/53245
This commit is contained in:
parent
9c62fce085
commit
654d06941b
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ idad_strategy(struct bio *bp)
|
|||
goto bad;
|
||||
}
|
||||
|
||||
bp->bio_driver1 = drv;
|
||||
s = splbio();
|
||||
ida_submit_buf(drv->controller, bp);
|
||||
splx(s);
|
||||
|
|
|
|||
Loading…
Reference in a new issue