X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fbio.c;h=78562574cb524d87b06883bce5002542b77b5865;hb=14b03204c8060d036b04cbb18bbd6f6f311f4fed;hp=2fa04ff8670337cc8818a3dcc0c30e18668fd17a;hpb=eeae1d48c011839d9e1cdc1e8aacf0193c9d8197;p=linux-2.6 diff --git a/fs/bio.c b/fs/bio.c index 2fa04ff867..78562574cb 100644 --- a/fs/bio.c +++ b/fs/bio.c @@ -963,6 +963,7 @@ static void bio_copy_kern_endio(struct bio *bio, int err) * @data: pointer to buffer to copy * @len: length in bytes * @gfp_mask: allocation flags for bio and page allocation + * @reading: data direction is READ * * copy the kernel address into a bio suitable for io to a block * device. Returns an error pointer in case of error.