[2.6 patch] unexport bio_{,un}map_user

From: Adrian Bunk
Date: Sun Jul 01 2007 - 16:24:39 EST


bio_{,un}map_user no longer have any modular users.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch has been sent on:
- 24 Mar 2007

--- linux-2.6.21-rc4-mm1/fs/bio.c.old 2007-03-24 11:42:28.000000000 +0100
+++ linux-2.6.21-rc4-mm1/fs/bio.c 2007-03-24 11:42:39.000000000 +0100
@@ -1253,8 +1253,6 @@
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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/