Re: [PATCH] block: export symbol for bio_copy_kern

2017-09-06 Thread Christoph Hellwig
On Wed, Sep 06, 2017 at 12:20:25PM +0200, Javier González wrote: > Export symbol for bio_copy_kern so that we can use it in modules. NAK. Always allocate the request first and then map the data to the request.

[PATCH] block: export symbol for bio_copy_kern

2017-09-06 Thread Javier González
Export symbol for bio_copy_kern so that we can use it in modules. Reported-by: Andiry Xu Signed-off-by: Javier González --- block/bio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/bio.c b/block/bio.c index 6745759028da..cface315ace5 100644 --- a/block/bio.c +++ b/block/bio.c @@ -1