On Mon, 11 Jun 2007, Håvard Skinnemoen wrote:

> > We should probably make the minimum slab size dependent on
> > ARCH_KMALLOC_MINALIGN. There is no point in having smaller slabs anyways.
> > They will all have the same size.
> 
> Sounds reasonable to me.

Trouble is that ARCH_KMALLOC_MINALIGN is in bytes whereas we would need a 
shift value for KMALLOC_MIN_SHIFT.

Does the latest patch work?

Reply via email to