diff options
author | Oleg Nesterov | 2009-06-18 01:27:37 +0200 |
---|---|---|
committer | Linus Torvalds | 2009-06-18 22:03:52 +0200 |
commit | 72a1de39f89325a834a8c70b2a0d8f71d919f640 (patch) | |
tree | f79fefd4eaad9cbc381792bddb1e1f3f432ad9f6 /fs | |
parent | wait_task_zombie: do not use thread_group_cputime() (diff) | |
download | kernel-qcow2-linux-72a1de39f89325a834a8c70b2a0d8f71d919f640.tar.gz kernel-qcow2-linux-72a1de39f89325a834a8c70b2a0d8f71d919f640.tar.xz kernel-qcow2-linux-72a1de39f89325a834a8c70b2a0d8f71d919f640.zip |
copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)
The forked child can have TIF_SIGPENDING if it was copied from parent's
ti->flags. But this is harmless and actually almost never happens,
because copy_process() can't succeed if signal_pending() == T.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions