summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorLinus Torvalds2008-03-18 15:43:14 +0100
committerLinus Torvalds2008-03-18 15:43:14 +0100
commit92f53c6f1e47d92b40b1e9e1662b0056c783b962 (patch)
tree850cba7afebec402f8db3fa6e9ea5199e858ffd7 /fs
parentMerge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... (diff)
parentRevert "unexport bio_{,un}map_user" (diff)
downloadkernel-qcow2-linux-92f53c6f1e47d92b40b1e9e1662b0056c783b962.tar.gz
kernel-qcow2-linux-92f53c6f1e47d92b40b1e9e1662b0056c783b962.tar.xz
kernel-qcow2-linux-92f53c6f1e47d92b40b1e9e1662b0056c783b962.zip
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
* 'for-linus' of git://git.kernel.dk/linux-2.6-block: Revert "unexport bio_{,un}map_user" relay: fix subbuf_splice_actor() adding too many pages The ps2esdi driver was marked as BROKEN more than two years ago due to being
Diffstat (limited to 'fs')
-rw-r--r--fs/bio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bio.c b/fs/bio.c
index 3312fcc3c098..553b5b7960ad 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);