From: Oleg Nesterov Date: Fri, 8 Feb 2008 12:19:03 +0000 (-0800) Subject: wait_task_stopped(): remove unneeded delay_group_leader check X-Git-Tag: v2.6.25-rc1~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bad95c3bee183719e15eebffef66afc3fb3f8b0;p=pandora-kernel.git wait_task_stopped(): remove unneeded delay_group_leader check wait_task_stopped() doesn't need the "delay_group_leader" parameter. If the child is not traced it must be a group leader. With or without subthreads ->group_stop_count == 0 when the whole task is stopped. Signed-off-by: Oleg Nesterov Cc: Mika Penttila Acked-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed