1 2 3 4 5 6 7 8 9 10 11
diff --git a/sys/dev/disk/md/md.c b/sys/dev/disk/md/md.c --- a/sys/dev/disk/md/md.c +++ b/sys/dev/disk/md/md.c @@ -373,6 +373,7 @@ crit_exit(); if (bio == NULL) break; + bp = bio->bio_buf; devstat_start_transaction(&sc->stats);