public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Really __nocast-annotate kmalloc_node().
@ 2005-07-08 17:15 Alexey Dobriyan
  0 siblings, 0 replies; only message in thread
From: Alexey Dobriyan @ 2005-07-08 17:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Victor Fusco

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

Noticed by Victor Fusco.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 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);
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-08 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-08 17:15 [PATCH] Really __nocast-annotate kmalloc_node() Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox