|
@@ -464,7 +464,7 @@ void *__kmalloc_node(size_t size, gfp_t gfp, int node)
|
|
unsigned int *m;
|
|
unsigned int *m;
|
|
int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN);
|
|
int align = max(ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN);
|
|
|
|
|
|
- lockdep_trace_alloc(flags);
|
|
|
|
|
|
+ lockdep_trace_alloc(gfp);
|
|
|
|
|
|
if (size < PAGE_SIZE - align) {
|
|
if (size < PAGE_SIZE - align) {
|
|
if (!size)
|
|
if (!size)
|