Re: [Patch 001/002] extract kmem_cache_shrink

2007-10-11 Thread Yasunori Goto
> On Fri, 12 Oct 2007, Yasunori Goto wrote: > > > Make kmem_cache_shrink_node() for callback routine of memory hotplug > > notifier. This is just extract a part of kmem_cache_shrink(). > > Could we just call kmem_cache_shrink? It will do the shrink on every node > but memory hotplug is rare? Ye

Re: [Patch 001/002] extract kmem_cache_shrink

2007-10-11 Thread Christoph Lameter
On Fri, 12 Oct 2007, Yasunori Goto wrote: > Make kmem_cache_shrink_node() for callback routine of memory hotplug > notifier. This is just extract a part of kmem_cache_shrink(). Could we just call kmem_cache_shrink? It will do the shrink on every node but memory hotplug is rare? - To unsubscribe