summaryrefslogtreecommitdiffstats
path: root/kernel/wait.c
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2013-10-07 20:31:06 +0200
committerIngo Molnar <mingo@kernel.org>2013-10-16 14:22:17 +0200
commit8922915b38cd8b72f8e5af614b95be71d1d299d4 (patch)
treed0770b40ff4d01aaaf050a651c717337b237294e /kernel/wait.c
parent6acce3ef84520537f8a09a12c9ddbe814a584dd2 (diff)
downloadop-kernel-dev-8922915b38cd8b72f8e5af614b95be71d1d299d4.zip
op-kernel-dev-8922915b38cd8b72f8e5af614b95be71d1d299d4.tar.gz
sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() too
Commit 4c663cfc ("wait: fix false timeouts when using wait_event_timeout()") introduced the additional condition checks after a timeout but only in the "slow" __wait*() paths. wait_event_timeout(wq, CONDITION, 0) still returns 0 if CONDITION is already true and we do not call __wait*(). Now that we have ___wait_cond_timeout() we can use it instead to ensure that __ret will be properly updated. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20131007183106.GA10973@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/wait.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud