[2.6 patch] unexport slab_reclaim_pages

From: Adrian Bunk
Date: Thu Mar 24 2005 - 20:44:08 EST


I didn't find any possible modular usage in the kernel.

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

---

This patch was already sent on:
- 6 Mar 2005

--- linux-2.6.11-mm1-full/mm/slab.c.old 2005-03-04 16:14:03.000000000 +0100
+++ linux-2.6.11-mm1-full/mm/slab.c 2005-03-04 16:14:17.000000000 +0100
@@ -558,7 +558,6 @@
* SLAB_RECLAIM_ACCOUNT turns this on per-slab
*/
atomic_t slab_reclaim_pages;
-EXPORT_SYMBOL(slab_reclaim_pages);

/*
* chicken and egg problem: delay the per-cpu array allocation

-
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/