Add missing 'bp', since it should be passed as g_print_bio() argument.

Oked by:	pjd
This commit is contained in:
wkoszek 2007-05-06 12:48:39 +00:00
parent a8246d5e35
commit 89c1863818

View File

@ -233,7 +233,7 @@ example_start(struct bio *bp)
struct bio *cbp;
printf("Request received: ");
g_print_bio();
g_print_bio(bp);
printf("\\n");
sc = bp->bio_to->geom->softc;