X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fbio.h;h=61c15eaf3fb3d8f309cd604380f0574f9547749f;hb=2a5f2e3e6cd1ce9fb3f8b186b6bc9aa1f1497a92;hp=d259690863fb0494a5d1ceeb580f30d0ac793eef;hpb=b0d19a378a409373244088511e889957645f2a44;p=linux-2.6 diff --git a/include/linux/bio.h b/include/linux/bio.h index d259690863..61c15eaf3f 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -324,6 +324,8 @@ extern struct bio *bio_map_user_iov(struct request_queue *, extern void bio_unmap_user(struct bio *); extern struct bio *bio_map_kern(struct request_queue *, void *, unsigned int, gfp_t); +extern struct bio *bio_copy_kern(struct request_queue *, void *, unsigned int, + gfp_t, int); 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);