Blob Blame History Raw
From 9a6f659803699dd20529c30a807e8f7853edb950 Mon Sep 17 00:00:00 2001
From: "Martin K. Petersen" <martin.petersen@oracle.com>
Date: Tue, 21 Apr 2015 20:06:10 -0400
Subject: [PATCH] oracleasm: 4.0 compat changes
Patch-mainline: Never, only needed by SLE12-SP2 oracleasm KMP
References: bsc#962720, bsc#1144700

mmarek: Cherry-picked from commit 882590a63c9a ("oracleasm: 4.0 compat
changes") in
git://git.kernel.org/pub/scm/linux/kernel/git/mkp/linux.git. The export
is needed by the oracleasm KMP. I changed it to _GPL, since mainline is
not exporting the symbol.

Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
---
 block/blk-map.c | 1 +
 1 file changed, 1 insertion(+)

--- a/block/blk-map.c
+++ b/block/blk-map.c
@@ -1425,6 +1425,7 @@ struct bio *bio_map_user_iov(struct requ
 	bio_put(bio);
 	return ret;
 }
+EXPORT_SYMBOL_GPL(bio_map_user_iov);
 
 static void bio_invalidate_vmalloc_pages(struct bio *bio)
 {