diff options
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r-- | include/linux/bio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h index 7d596df6..0ad5a87d 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -242,7 +242,7 @@ int bio_add_page(struct bio *, struct page *, unsigned, unsigned); struct bio *bio_alloc_clone(struct block_device *, struct bio *, gfp_t, struct bio_set *); -struct bio *bio_kmalloc(gfp_t, unsigned int); +struct bio *bio_kmalloc(unsigned int, gfp_t); extern void bio_endio(struct bio *); |