From: Oleg Nesterov Date: Wed, 29 Mar 2006 00:11:29 +0000 (-0800) Subject: [PATCH] do_notify_parent_cldstop: remove 'to_self' param X-Git-Tag: v2.6.17-rc1~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d5e21e3e388fb2c16463d007e788b1e41b74f1;p=pandora-kernel.git [PATCH] do_notify_parent_cldstop: remove 'to_self' param The previous patch has changed callsites of do_notify_parent_cldstop() so that to_self == (->ptrace & PT_PTRACED) always (as it should be). We can remove this parameter now. Signed-off-by: Oleg Nesterov Cc: john stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed