diff options
Diffstat (limited to 'mm/slob.c')
-rw-r--r-- | mm/slob.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -466,6 +466,8 @@ void *__kmalloc_node(size_t size, gfp_t gfp, int node) | |||
466 | int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); | 466 | int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); |
467 | void *ret; | 467 | void *ret; |
468 | 468 | ||
469 | lockdep_trace_alloc(flags); | ||
470 | |||
469 | if (size < PAGE_SIZE - align) { | 471 | if (size < PAGE_SIZE - align) { |
470 | if (!size) | 472 | if (!size) |
471 | return ZERO_SIZE_PTR; | 473 | return ZERO_SIZE_PTR; |