-
- Downloads
sched/wait: Make the __wait_event*() interface more friendly
Change all __wait_event*() implementations to match the corresponding wait_event*() signature for convenience. In particular this does away with the weird 'ret' logic. Since there are __wait_event*() users this requires we update them too. Reviewed-by:Oleg Nesterov <oleg@redhat.com> Signed-off-by:
Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20131002092529.042563462@infradead.org Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- arch/mips/kernel/rtlx.c 9 additions, 10 deletionsarch/mips/kernel/rtlx.c
- include/linux/tty.h 5 additions, 5 deletionsinclude/linux/tty.h
- include/linux/wait.h 55 additions, 58 deletionsinclude/linux/wait.h
- net/irda/af_irda.c 2 additions, 3 deletionsnet/irda/af_irda.c
- net/netfilter/ipvs/ip_vs_sync.c 2 additions, 5 deletionsnet/netfilter/ipvs/ip_vs_sync.c
Loading
Please register or sign in to comment