From: Akinobu Mita Date: Thu, 18 Oct 2007 10:05:11 +0000 (-0700) Subject: cpu hotplug: slab: fix memory leak in cpu hotplug error path X-Git-Tag: v2.6.24-rc1~410 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d00f6a121877235a5cacc56386936dd9bb81af;p=pandora-kernel.git cpu hotplug: slab: fix memory leak in cpu hotplug error path 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 Cc: Gautham R Shenoy Acked-by: Pekka Enberg Signed-off-by: Akinobu Mita Cc: Gautham R Shenoy Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed