From: Oleg Nesterov Date: Thu, 7 Dec 2006 04:36:51 +0000 (-0800) Subject: [PATCH] taskstats: cleanup do_exit() path X-Git-Tag: v2.6.20-rc1~145^2^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115085ea0794c0f339be8f9d25505c7f9861d824;p=pandora-kernel.git [PATCH] taskstats: cleanup do_exit() path do_exit: taskstats_exit_alloc() ... taskstats_exit_send() taskstats_exit_free() I think this is not good, let it be a single function exported to the core kernel, taskstats_exit(), which does alloc + send + free itself. Signed-off-by: Oleg Nesterov Cc: Balbir Singh Cc: Shailabh Nagar Cc: Jay Lan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed