[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1602261013140.24939@east.gentwo.org>
Date: Fri, 26 Feb 2016 10:13:47 -0600 (CST)
From: Christoph Lameter <cl@...ux.com>
To: js1304@...il.com
cc: Andrew Morton <akpm@...ux-foundation.org>,
Pekka Enberg <penberg@...nel.org>,
David Rientjes <rientjes@...gle.com>,
Jesper Dangaard Brouer <brouer@...hat.com>,
Vlastimil Babka <vbabka@...e.cz>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, Joonsoo Kim <iamjoonsoo.kim@....com>
Subject: Re: [PATCH v2 12/17] mm/slab: do not change cache size if debug
pagealloc isn't possible
On Fri, 26 Feb 2016, js1304@...il.com wrote:
> We can fail to setup off slab in some conditions. Even in this case,
> debug pagealloc increases cache size to PAGE_SIZE in advance and it is
> waste because debug pagealloc cannot work for it when it isn't the off
> slab. To improve this situation, this patch checks first that this cache
> with increased size is suitable for off slab. It actually increases cache
> size when it is suitable for off-slab, so possible waste is removed.
Maybe add some explanations to the code? You tried to simplify it earlier
and make it understandable. This makes it difficult to understand it.
Powered by blists - more mailing lists