tree: git://git.cmpxchg.org/linux-mmotm.git master head: df25ba7db0775d87018e2cd92f26b9b087093840 commit: 5725c5b1f96d141fbfb689df39422eeaa1added4 [74/230] slab common: add functions for kmem_cache_node access config: i386-randconfig-ha1-0620 (attached as .config) All error/warnings: In file included from mm/slab_common.c:24:0: mm/slab.h: In function 'get_node': >> mm/slab.h:299:10: error: 'struct kmem_cache' has no member named 'node' return s->node[node]; ^ vim +299 mm/slab.h 293 #endif 294 295 }; 296 297 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) 298 { > 299 return s->node[node]; 300 } 301 302 /* --- 0-DAY kernel build testing backend Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation