Re: [PATCH v3 4/5] slub: Only IPI CPUs that have per cpu obj toflush

From: Christoph Lameter
Date: Tue Nov 15 2011 - 10:54:58 EST


On Sun, 13 Nov 2011, Gilad Ben-Yossef wrote:

> @@ -2006,7 +2006,20 @@ static void flush_cpu_slab(void *d)
> + if (likely(zalloc_cpumask_var(&cpus, GFP_ATOMIC))) {
> + for_each_online_cpu(cpu) {
> + c = per_cpu_ptr(s->cpu_slab, cpu);
> + if (c && c->page)

c will never be null. No need to check.

Otherwise

Acked-by: Christoph Lameter <cl@xxxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/