commit | a4798833d26b293fd18b7bf102991426aa0b56fd | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@tv-sign.ru> | Wed May 09 02:34:21 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:53 2007 -0700 |
tree | a564a45ee791e8418692c4171ed018dc90734238 | |
parent | 85f4186af944c1240c84934a9ab578743df2d69b [diff] |
zap_other_threads: remove unneeded ->exit_signal change We already depend on fact that all sub-threads have ->exit_signal == -1, no need to set it in zap_other_threads(). Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>