[PATCH] kill unushed __put_task_struct_cb
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 14 Apr 2006 18:43:15 +0000 (12:43 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Apr 2006 00:43:57 +0000 (17:43 -0700)
commit64541d19702cfdb7ea946fdc20faee849f6874b1
tree0eb2fbcac51359b590b9692b112fe662fee49a4a
parent1f60245479ca6d4d3f2cf4a47c7dd18caf5afdf2
[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 <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/sched.h
kernel/fork.c