Oleg Nesterov
d344193a05
exit: avoid sig->count in de_thread/__exit_signal synchronization
...
de_thread() and __exit_signal() use signal_struct->count/notify_count for
synchronization. We can simplify the code and use ->notify_count only.
Instead of comparing these two counters, we can change de_thread() to set
->notify_count = nr_of_sub_threads, then change __exit_signal() to
dec-and-test this counter and notify group_exit_task.
Note that __exit_signal() checks "notify_count > 0" just for symmetry with
exit_notify(), we could just check it is != 0.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Roland McGrath <roland@redhat.com>
Cc: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-05-27 09:12:46 -07:00
..
2010-05-20 21:04:29 -05:00
2010-05-12 11:23:34 +02:00
2010-05-10 23:08:18 +02:00
2010-05-19 17:11:10 -07:00
2010-05-21 21:27:26 +02:00
2010-05-18 08:57:00 +10:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-05 13:19:45 -07:00
2010-04-02 20:12:00 +02:00
2010-05-10 23:18:47 +02:00
2010-05-27 09:12:44 -07:00
2010-05-19 11:48:18 -07:00
2010-05-25 08:07:02 -07:00
2010-05-27 09:12:44 -07:00
2010-05-27 09:12:45 -07:00
2010-03-29 18:55:40 +02:00
2010-03-06 11:26:46 -08:00
2010-05-27 09:12:46 -07:00
2010-05-27 09:12:44 -07:00
2010-04-12 12:19:18 +10:00
2010-04-06 21:50:03 +02:00
2010-05-04 08:39:36 +02:00
2010-05-20 21:04:21 -05:00
2010-05-11 17:33:42 -07:00
2010-02-16 15:11:08 -08:00
2010-05-27 09:12:45 -07:00
2010-05-08 18:08:30 +02:00
2010-05-21 09:37:31 -07:00
2010-03-24 16:31:21 -07:00
2010-03-30 22:02:32 +09:00
2010-05-04 05:38:16 +02:00
2010-04-06 00:15:37 +02:00
2010-05-21 09:37:30 -07:00
2010-05-20 21:04:18 -05:00
2010-05-25 16:48:30 -07:00
2010-02-25 10:34:26 +01:00
2010-03-30 22:02:32 +09:00
2010-05-19 13:45:35 +10:00
2010-05-19 08:37:43 +01:00
2010-03-12 16:04:50 -08:00
2010-05-11 17:08:24 +02:00
2010-03-30 22:02:32 +09:00
2010-03-13 14:43:01 -08:00
2010-05-17 00:21:03 +02:00
2010-05-10 14:24:26 +02:00
2010-02-05 14:54:10 +01:00
2010-05-20 21:04:27 -05:00
2010-05-14 19:45:06 -07:00
2010-05-27 09:12:44 -07:00
2010-02-10 17:47:17 -08:00
2010-05-10 11:08:34 -07:00
2010-05-10 11:08:34 -07:00
2010-05-11 16:10:47 -07:00
2010-05-18 08:27:54 -07:00
2010-05-11 16:10:47 -07:00
2010-05-10 11:08:35 -07:00
2010-05-11 16:10:47 -07:00
2010-05-10 11:08:35 -07:00
2010-05-21 21:12:40 +02:00
2010-03-30 22:02:32 +09:00
2010-05-11 12:01:10 -07:00
2010-04-15 08:54:59 +02:00
2010-03-30 22:02:32 +09:00
2010-05-18 08:27:54 -07:00
2010-05-06 18:49:21 +02:00
2010-03-11 18:32:53 +01:00
2010-04-23 11:02:02 +02:00
2010-04-02 20:12:05 +02:00
2010-05-21 11:08:05 -07:00
2010-05-27 09:12:46 -07:00
2010-03-29 09:13:30 -07:00
2010-03-29 09:14:47 -07:00
2010-03-30 22:02:32 +09:00
2010-05-10 11:08:33 -07:00
2010-03-21 19:30:13 +01:00
2010-03-30 22:02:32 +09:00
2010-05-18 00:17:44 +02:00
2010-03-12 15:52:32 -08:00
2010-05-27 09:12:44 -07:00
2010-05-25 08:07:05 -07:00
2010-05-25 16:59:51 -07:00
2010-03-30 22:02:32 +09:00
2010-05-24 11:50:38 +02:00
2010-05-24 12:10:23 +02:00
2010-03-06 11:26:23 -08:00
2010-05-21 09:37:29 -07:00
2010-05-10 08:48:39 +02:00
2010-04-30 08:57:25 +02:00