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

Oked by:	pjd
This commit is contained in:
Wojciech A. Koszek 2007-05-06 12:48:39 +00:00
parent 9e2894466a
commit fe2e562728
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169308

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;