diff options
Diffstat (limited to 'linux/bio.c')
-rw-r--r-- | linux/bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bio.c b/linux/bio.c index 5e19c8ad..93a791c4 100644 --- a/linux/bio.c +++ b/linux/bio.c @@ -293,7 +293,7 @@ void bio_reset(struct bio *bio, struct block_device *bdev, unsigned int opf) atomic_set(&bio->__bi_remaining, 1); } -struct bio *bio_kmalloc(gfp_t gfp_mask, unsigned int nr_iovecs) +struct bio *bio_kmalloc(unsigned int nr_iovecs, gfp_t gfp_mask) { struct bio *bio; |