* [PATCH next] slob: fix build problem
@ 2009-03-17 8:25 Alexander Beregalov
2009-03-17 8:27 ` Alexander Beregalov
2009-03-17 9:04 ` Ingo Molnar
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Beregalov @ 2009-03-17 8:25 UTC (permalink / raw)
To: Nick Piggin, linux-mm, linux-kernel, linux-next
mm/slob.c: In function '__kmalloc_node':
mm/slob.c:480: error: 'flags' undeclared (first use in this function)
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---
mm/slob.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/slob.c b/mm/slob.c
index 081cf1e..e49b258 100644
--- a/mm/slob.c
+++ b/mm/slob.c
@@ -477,7 +477,7 @@ void *__kmalloc_node(size_t size, gfp_t gfp, int node)
int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN);
void *ret;
- lockdep_trace_alloc(flags);
+ lockdep_trace_alloc(gfp);
if (size < PAGE_SIZE - align) {
if (!size)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH next] slob: fix build problem
2009-03-17 8:25 [PATCH next] slob: fix build problem Alexander Beregalov
@ 2009-03-17 8:27 ` Alexander Beregalov
2009-03-17 9:04 ` Ingo Molnar
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Beregalov @ 2009-03-17 8:27 UTC (permalink / raw)
To: Nick Piggin, linux-mm, linux-kernel, linux-next
2009/3/17 Alexander Beregalov <a.beregalov@gmail.com>:
> mm/slob.c: In function '__kmalloc_node':
> mm/slob.c:480: error: 'flags' undeclared (first use in this function)
Oh, I see yesterday discussion, sorry.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH next] slob: fix build problem
2009-03-17 8:25 [PATCH next] slob: fix build problem Alexander Beregalov
2009-03-17 8:27 ` Alexander Beregalov
@ 2009-03-17 9:04 ` Ingo Molnar
1 sibling, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2009-03-17 9:04 UTC (permalink / raw)
To: Alexander Beregalov; +Cc: Nick Piggin, linux-mm, linux-kernel, linux-next
* Alexander Beregalov <a.beregalov@gmail.com> wrote:
> mm/slob.c: In function '__kmalloc_node':
> mm/slob.c:480: error: 'flags' undeclared (first use in this function)
>
> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
thanks, fixed it two days ago:
bf722c9: lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB
also posted on lkml.
Ingo
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-03-17 9:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-17 8:25 [PATCH next] slob: fix build problem Alexander Beregalov
2009-03-17 8:27 ` Alexander Beregalov
2009-03-17 9:04 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox