The patch titled Subject: SLOB has no node specific management structures. has been removed from the -mm tree. Its filename was slab-common-add-functions-for-kmem_cache_node-access-fix.patch This patch was dropped because it was folded into slab-common-add-functions-for-kmem_cache_node-access.patch ------------------------------------------------------ From: Christoph Lameter <cl@xxxxxxxxxx> Subject: SLOB has no node specific management structures. Do not provide the defintions for node management structures for SLOB. Signed-off-by: Christoph Lameter <cl@xxxxxxxxx> Reported-by: Wu Fengguang <fengguang.wu@xxxxxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/slab.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN mm/slab.h~slab-common-add-functions-for-kmem_cache_node-access-fix mm/slab.h --- a/mm/slab.h~slab-common-add-functions-for-kmem_cache_node-access-fix +++ a/mm/slab.h @@ -262,7 +262,7 @@ static inline struct kmem_cache *cache_f } #endif - +#ifndef CONFIG_SLOB /* * The slab lists for all objects. */ @@ -307,5 +307,7 @@ static inline struct kmem_cache_node *ge for (__node = 0; __n = get_node(__s, __node), __node < nr_node_ids; __node++) \ if (__n) +#endif + void *slab_next(struct seq_file *m, void *p, loff_t *pos); void slab_stop(struct seq_file *m, void *p); _ Patches currently in -mm which might be from cl@xxxxxxxxxx are origin.patch slab-common-add-functions-for-kmem_cache_node-access.patch slub-use-new-node-functions-fix.patch slab-use-get_node-and-kmem_cache_node-functions-fix.patch slab-use-get_node-and-kmem_cache_node-functions-fix-2.patch kernel-smpc-on_each_cpu_cond-fix-warning-in-fallback-path.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html