From: Alexey Dobriyan One chunk was lost somewhere between my and Andrew's machine. Noticed by Victor Fusco. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- include/linux/slab.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/slab.h~really-__nocast-annotate-kmalloc_node include/linux/slab.h --- devel/include/linux/slab.h~really-__nocast-annotate-kmalloc_node 2005-07-16 14:07:26.000000000 -0700 +++ devel-akpm/include/linux/slab.h 2005-07-16 14:07:26.000000000 -0700 @@ -111,7 +111,7 @@ static inline void *kmem_cache_alloc_nod { return kmem_cache_alloc(cachep, flags); } -static inline void *kmalloc_node(size_t size, int flags, int node) +static inline void *kmalloc_node(size_t size, unsigned int __nocast flags, int node) { return kmalloc(size, flags); } _