From: Roland McGrath Date: Thu, 20 Mar 2008 02:24:59 +0000 (-0700) Subject: do_wait reorganization X-Git-Tag: v2.6.27-rc1~1041^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98abed02007b19bbfd68b6d06a5485afc3eeb01b;p=pandora-kernel.git do_wait reorganization This breaks out the guts of do_wait into three subfunctions. The control flow is less nonobvious without so much goto. do_wait_thread and ptrace_do_wait contain the main work of the outer loop. wait_consider_task contains the main work of the inner loop. Signed-off-by: Roland McGrath --- Reading git-diff-tree failed