From: Oleg Nesterov Date: Mon, 5 Mar 2012 22:59:13 +0000 (-0800) Subject: coredump_wait: don't call complete_vfork_done() X-Git-Tag: v3.3-rc7~37^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b59c4a1400fa6c34764eab2e35a8762dc05a09;p=pandora-kernel.git coredump_wait: don't call complete_vfork_done() Now that CLONE_VFORK is killable, coredump_wait() no longer needs complete_vfork_done(). zap_threads() should find and kill all tasks with the same ->mm, this includes our parent if ->vfork_done is set. mm_release() becomes the only caller, unexport complete_vfork_done(). Signed-off-by: Oleg Nesterov Acked-by: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed