|
@@ -3260,6 +3260,7 @@ static void *cache_alloc_refill(struct kmem_cache *cachep, gfp_t flags,
|
|
|
|
|
|
|
|
/* cache_grow can reenable interrupts, then ac could change. */
|
|
/* cache_grow can reenable interrupts, then ac could change. */
|
|
|
ac = cpu_cache_get(cachep);
|
|
ac = cpu_cache_get(cachep);
|
|
|
|
|
+ node = numa_mem_id();
|
|
|
|
|
|
|
|
/* no objects in sight? abort */
|
|
/* no objects in sight? abort */
|
|
|
if (!x && (ac->avail == 0 || force_refill))
|
|
if (!x && (ac->avail == 0 || force_refill))
|