[PATCH -linus] Really __nocast-annotate kmalloc_node().

From: Alexey Dobriyan
Date: Fri Jul 15 2005 - 17:36:05 EST


One chunk was lost somewhere between my and Andrew's machine.

Noticed by Victor Fusco.

Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

include/linux/slab.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-vanilla/include/linux/slab.h 2005-07-08 13:52:46.000000000 +0400
+++ linux-slab/include/linux/slab.h 2005-07-08 21:02:47.000000000 +0400
@@ -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);
}
-
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/