X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=include%2Flinux%2Fbio.h;h=685fd3720df5b2105c86d3be588eb9cf0061b360;hb=a892acacd3a8546ac161526522f13b5174f2c471;hp=3344b4e8e43a1acc8e90e6de6600c6269aa14ff2;hpb=29d8699ebb1e8948a612306c69e6d9c4ef23342f;p=sfrench%2Fcifs-2.6.git diff --git a/include/linux/bio.h b/include/linux/bio.h index 3344b4e8e43a..685fd3720df5 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -301,7 +301,7 @@ extern struct bio *bio_map_user_iov(struct request_queue *, struct sg_iovec *, int, int); extern void bio_unmap_user(struct bio *); extern struct bio *bio_map_kern(struct request_queue *, void *, unsigned int, - unsigned int); + gfp_t); extern void bio_set_pages_dirty(struct bio *bio); extern void bio_check_pages_dirty(struct bio *bio); extern struct bio *bio_copy_user(struct request_queue *, unsigned long, unsigned int, int);