Re: [patch 2/9] slab: fix memory leak in cpu hotplug error path

2007-07-24 Thread Pekka Enberg
On 7/22/07, Akinobu Mita <[EMAIL PROTECTED]> wrote: This patch fixes memory leak in error path. In reality, we don't need to call cpuup_canceled(cpu) for now. But upcoming cpu hotplug error handling change needs this. This and the previous patch look good to me. Acked-by: Pekka Enberg

Re: [patch 2/9] slab: fix memory leak in cpu hotplug error path

2007-07-24 Thread Pekka Enberg
On 7/22/07, Akinobu Mita [EMAIL PROTECTED] wrote: This patch fixes memory leak in error path. In reality, we don't need to call cpuup_canceled(cpu) for now. But upcoming cpu hotplug error handling change needs this. This and the previous patch look good to me. Acked-by: Pekka Enberg [EMAIL

[patch 2/9] slab: fix memory leak in cpu hotplug error path

2007-07-22 Thread Akinobu Mita
This patch fixes memory leak in error path. In reality, we don't need to call cpuup_canceled(cpu) for now. But upcoming cpu hotplug error handling change needs this. Cc: Christoph Lameter <[EMAIL PROTECTED]> Cc: Gautham R Shenoy <[EMAIL PROTECTED]> Cc: Pekka Enberg <[EMAIL PROTECTED]>

[patch 2/9] slab: fix memory leak in cpu hotplug error path

2007-07-22 Thread Akinobu Mita
This patch fixes memory leak in error path. In reality, we don't need to call cpuup_canceled(cpu) for now. But upcoming cpu hotplug error handling change needs this. Cc: Christoph Lameter [EMAIL PROTECTED] Cc: Gautham R Shenoy [EMAIL PROTECTED] Cc: Pekka Enberg [EMAIL PROTECTED] Signed-off-by: