| From: |
| Adrian Bunk <bunk@stusta.de> |
| To: |
| Andrew Morton <akpm@osdl.org> |
| Subject: |
| [2.6 patch] mm/slab: unexport kmem_cache_alloc_node |
| Date: |
| Sat, 2 Jul 2005 13:37:47 +0200 |
| Cc: |
| linux-kernel@vger.kernel.org |
I didn't find any modular usage of kmem_cache_alloc_node.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 21 Jun 2005
- 30 May 2005
- 15 May 2005
--- linux-2.6.11-mm1-full/mm/slab.c.old 2005-03-06 15:40:38.000000000 +0100
+++ linux-2.6.11-mm1-full/mm/slab.c 2005-03-06 15:41:06.000000000 +0100
@@ -2431,7 +2440,6 @@
__builtin_return_address(0));
return objp;
}
-EXPORT_SYMBOL(kmem_cache_alloc_node);
#endif