From: Oleg Nesterov Date: Fri, 25 Jul 2008 08:47:46 +0000 (-0700) Subject: coredump: kill mm->core_done X-Git-Tag: v2.6.27-rc1~336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94e2d408eaedbd85aae259621d46fafc10479a2;p=pandora-kernel.git coredump: kill mm->core_done Now that we have core_state->dumper list we can use it to wake up the sub-threads waiting for the coredump completion. This uglifies the code and .text grows by 47 bytes, but otoh mm_struct lessens by sizeof(struct completion). Also, with this change we can decouple exit_mm() from the coredumping code. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed