commit | a1d5e21e3e388fb2c16463d007e788b1e41b74f1 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@tv-sign.ru> | Tue Mar 28 16:11:29 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Mar 28 18:36:44 2006 -0800 |
tree | ab89b42c9c8a873ac2f7e98dac2dc1c1807d27a1 | |
parent | 883606a7c9e84e206f96c38f88c4bd66df72f51e [diff] |
[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 <oleg@tv-sign.ru> Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>