From 6e9a011a6aa7c9720162dee2dfe4ed2fafa76596 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 18 Oct 2003 11:25:42 +0000 Subject: [PATCH] Don't initialize unused bio_blkno field. --- sys/dev/md/md.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 58090ff9716..c630a960852 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -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);