From: Hiroshi Shimamoto Date: Wed, 23 Sep 2009 22:57:41 +0000 (-0700) Subject: task_struct cleanup: move binfmt field to mm_struct X-Git-Tag: v2.6.32-rc1~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801460d0cf5c5288153b722565773059b0f44348;p=pandora-kernel.git task_struct cleanup: move binfmt field to mm_struct Because the binfmt is not different between threads in the same process, it can be moved from task_struct to mm_struct. And binfmt moudle is handled per mm_struct instead of task_struct. Signed-off-by: Hiroshi Shimamoto Acked-by: Oleg Nesterov Cc: Rusty Russell Acked-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed