From: Eric W. Biederman Date: Fri, 14 Apr 2006 18:43:15 +0000 (-0600) Subject: [PATCH] kill unushed __put_task_struct_cb X-Git-Tag: v2.6.17-rc2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64541d19702cfdb7ea946fdc20faee849f6874b1;p=pandora-kernel.git [PATCH] kill unushed __put_task_struct_cb Somehow in the midst of dotting i's and crossing t's during the merge up to rc1 we wound up keeping __put_task_struct_cb when it should have been killed as it no longer has any users. Sorry I probably should have caught this while it was still in the -mm tree. Having the old code there gets confusing when reading through the code and trying to understand what is happening. Signed-off-by: Eric W. Biederman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed