|
@@ -383,7 +383,7 @@ extern struct bio_set *bioset_create_nobvec(unsigned int, unsigned int);
|
|
|
extern void bioset_free(struct bio_set *);
|
|
|
extern mempool_t *biovec_create_pool(int pool_entries);
|
|
|
|
|
|
-extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *);
|
|
|
+extern struct bio *bio_alloc_bioset(gfp_t, unsigned int, struct bio_set *);
|
|
|
extern void bio_put(struct bio *);
|
|
|
|
|
|
extern void __bio_clone_fast(struct bio *, struct bio *);
|