e feb4af6d7b1a784ece9909b8d5f11bd6ad83cdca parent a7e5328a06a2beee3a2bbfaf87ce2a7bbe937de1 author Oleg Nesterov 1143591088 -0800 committer Linus Torvalds 1143599804 -0800 [PATCH] simplify do_signal_stop() do_signal_stop() considers 'thread_group_empty()' as a special case. This was needed to avoid taking tasklist_lock. Since this lock is unneeded any longer, we can remove this special case and simplify the code even more. Also, before this patch, finish_stop() was called with stop_count == -1 for 'thread_group_empty()' case. This is not strictly wrong, but confusing and unneeded. Signed-off-by: Oleg Nesterov Cc: john stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds „ø