From: Ingo Molnar Date: Mon, 3 Jul 2006 07:25:41 +0000 (-0700) Subject: [PATCH] sched: cleanup, remove task_t, convert to struct task_struct X-Git-Tag: v2.6.18-rc1~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c8b586896f60cb91a4fd526233190b34316baf;p=pandora-kernel.git [PATCH] sched: cleanup, remove task_t, convert to struct task_struct cleanup: remove task_t and convert all the uses to struct task_struct. I introduced it for the scheduler anno and it was a mistake. Conversion was mostly scripted, the result was reviewed and all secondary whitespace and style impact (if any) was fixed up by hand. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed