From: Jens Axboe <jens.axboe@oracle.com>
Date: Mon, 17 Mar 2008 20:14:40 +0000 (+0100)
Subject: Revert "unexport bio_{,un}map_user"
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=40044ce0bf2b7e548584d91f108444e83ed5eab3;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git

Revert "unexport bio_{,un}map_user"

Outside users like asmlib uses the mapping functions. API wise, the
export is definitely sane. It's a better idea to keep this export
than to require external users to open-code this piece of code instead.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
---

diff --git a/fs/bio.c b/fs/bio.c
index 3312fcc3c09..553b5b7960a 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -1194,6 +1194,8 @@ EXPORT_SYMBOL(bio_hw_segments);
 EXPORT_SYMBOL(bio_add_page);
 EXPORT_SYMBOL(bio_add_pc_page);
 EXPORT_SYMBOL(bio_get_nr_vecs);
+EXPORT_SYMBOL(bio_map_user);
+EXPORT_SYMBOL(bio_unmap_user);
 EXPORT_SYMBOL(bio_map_kern);
 EXPORT_SYMBOL(bio_pair_release);
 EXPORT_SYMBOL(bio_split);