Re: [PATCH 2/2] slub: correct the calculation of the number of cpuobjects in get_partial_node

From: Christoph Lameter
Date: Fri Aug 24 2012 - 12:31:03 EST


On Sat, 25 Aug 2012, JoonSoo Kim wrote:

> But, when using "cpu_partial_objects", I have a coding style problem.
>
> if (kmem_cache_debug(s)
> || cpu_slab_objects + cpu_partial_objects
> > s->max_cpu_object / 2)
>
> Do you have any good idea?

Not sure what the problem is? The line wrap?

Reduce the tabs for the third line?

--
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/