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@xxxxxxxxx> --- 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 from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html