From: Oleg Nesterov Date: Fri, 25 Jul 2008 08:47:41 +0000 (-0700) Subject: coredump: turn mm->core_startup_done into the pointer to struct core_state X-Git-Tag: v2.6.27-rc1~344 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ecb1f26dd50eeaac4e3f4dea4541c97848e459;p=pandora-kernel.git coredump: turn mm->core_startup_done into the pointer to struct core_state mm->core_startup_done points to "struct completion startup_done" allocated on the coredump_wait()'s stack. Introduce the new structure, core_state, which holds this "struct completion". This way we can add more info visible to the threads participating in coredump without enlarging mm_struct. No changes in affected .o files. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed