Re: [patch] slab: resize the alien caches too

2007-04-17 Thread Eric Dumazet
Siddha, Suresh B a écrit : Christoph, While going through the slab code, I observed that alien caches are not getting resized, when user changes the slab tunables. Appended patch tries to fix this. Please review and let me know if I missed anything. thanks, suresh --- Resize the alien caches t

Re: [patch] slab: resize the alien caches too

2007-04-17 Thread Siddha, Suresh B
On Tue, Apr 17, 2007 at 05:48:30PM -0700, Christoph Lameter wrote: > On Tue, 17 Apr 2007, Siddha, Suresh B wrote: > > > While going through the slab code, I observed that alien caches are > > not getting resized, when user changes the slab tunables. Appended patch > > tries to fix this. Please rev

Re: [patch] slab: resize the alien caches too

2007-04-17 Thread Christoph Lameter
On Tue, 17 Apr 2007, Siddha, Suresh B wrote: > While going through the slab code, I observed that alien caches are > not getting resized, when user changes the slab tunables. Appended patch > tries to fix this. Please review and let me know if I missed anything. Let it be. We have not resized the

[patch] slab: resize the alien caches too

2007-04-17 Thread Siddha, Suresh B
Christoph, While going through the slab code, I observed that alien caches are not getting resized, when user changes the slab tunables. Appended patch tries to fix this. Please review and let me know if I missed anything. thanks, suresh --- Resize the alien caches too based on the slab tunables