From: Oleg Nesterov Date: Wed, 22 Jun 2011 21:08:18 +0000 (+0200) Subject: make do_notify_parent() return bool X-Git-Tag: v3.1-rc1~308^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c8f9f199b239668e6b1a907735ee323a0d1ccd;p=pandora-kernel.git make do_notify_parent() return bool - change do_notify_parent() to return a boolean, true if the task should be reaped because its parent ignores SIGCHLD. - update the only caller which checks the returned value, exit_notify(). This temporary uglifies exit_notify() even more, will be cleanuped by the next change. Signed-off-by: Oleg Nesterov Acked-by: Tejun Heo --- Reading git-diff-tree failed