From 8c1ff826acd3fd2cac72a52e6061fb7197c6344d Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 30 Apr 2008 09:08:54 +0200 Subject: [PATCH] --- yaml --- r: 96165 b: refs/heads/master c: ffee0259c9edcc4c0f06b60df51c461eeecad4c0 h: refs/heads/master i: 96163: 2b2d405faca15154d9aefb69b631079648911851 v: v3 --- [refs] | 2 +- trunk/fs/bio.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 803acf811973..3f7e34c3a723 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eeae1d48c011839d9e1cdc1e8aacf0193c9d8197 +refs/heads/master: ffee0259c9edcc4c0f06b60df51c461eeecad4c0 diff --git a/trunk/fs/bio.c b/trunk/fs/bio.c index 2fa04ff86703..78562574cb52 100644 --- a/trunk/fs/bio.c +++ b/trunk/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.