]> Git Repo - linux.git/commit
sched: refactor wait_for_completion_timeout()
authorOleg Nesterov <[email protected]>
Fri, 20 Jun 2008 14:32:20 +0000 (18:32 +0400)
committerIngo Molnar <[email protected]>
Fri, 20 Jun 2008 15:15:49 +0000 (17:15 +0200)
commitea71a546706dfdad72462624394e1e472c6bf34f
treeeb6f257c73510deee995f330947de4624e9b404b
parentbb10ed0994927d433f6dbdf274fdb26cfcf516b7
sched: refactor wait_for_completion_timeout()

Simplify the code and fix the boundary condition of
wait_for_completion_timeout(,0).

We can kill the first __remove_wait_queue() as well.

Signed-off-by: Ingo Molnar <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
kernel/sched.c
This page took 0.054408 seconds and 4 git commands to generate.