Add missing 'bp', since it should be passed as g_print_bio() argument.
Oked by: pjd
This commit is contained in:
parent
a8246d5e35
commit
89c1863818
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user