aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
diff options
context:
space:
mode:
authorOleg Nesterov <[email protected]>2010-05-26 21:43:12 +0000
committerLinus Torvalds <[email protected]>2010-05-27 16:12:46 +0000
commit4a5999429739844367d0f77a65efdd7db8202779 (patch)
treefff1158fa43466b30294a7db2c4629ca14973770 /fs/proc/array.c
parentexit: avoid sig->count in de_thread/__exit_signal synchronization (diff)
downloadkernel-4a5999429739844367d0f77a65efdd7db8202779.tar.gz
kernel-4a5999429739844367d0f77a65efdd7db8202779.zip
exit: avoid sig->count in __exit_signal() to detect the group-dead case
Change __exit_signal() to check thread_group_leader() instead of atomic_dec_and_test(&sig->count). This must be equivalent, the group leader must be released only after all other threads have exited and passed __exit_signal(). Henceforth sig->count is not actually used, except in fs/proc for get_nr_threads/etc. Signed-off-by: Oleg Nesterov <[email protected]> Acked-by: Roland McGrath <[email protected]> Cc: Veaceslav Falico <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions