mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Don't initialize unused bio_blkno field.
This commit is contained in:
parent
4e1694ecaf
commit
6e9a011a6a
1 changed files with 0 additions and 1 deletions
|
|
@ -367,7 +367,6 @@ g_md_start(struct bio *bp)
|
|||
|
||||
sc = bp->bio_to->geom->softc;
|
||||
|
||||
bp->bio_blkno = bp->bio_offset >> DEV_BSHIFT;
|
||||
bp->bio_pblkno = bp->bio_offset / sc->secsize;
|
||||
bp->bio_bcount = bp->bio_length;
|
||||
mtx_lock(&sc->queue_mtx);
|
||||
|
|
|
|||
Loading…
Reference in a new issue