sched, net: Clean up preempt_enable_no_resched() abuse
authorPeter Zijlstra <[email protected]>
Tue, 19 Nov 2013 15:13:38 +0000 (16:13 +0100)
committerIngo Molnar <[email protected]>
Mon, 13 Jan 2014 16:39:04 +0000 (17:39 +0100)
commit1774e9f3e5c8b38de3b3bc8bd0eacd280f655baf
tree97ac0e5f0a9352793c667d7deec15d8e4623ae3e
parent8cb75e0c4ec9786b81439761eac1d18d4a931af3
sched, net: Clean up preempt_enable_no_resched() abuse

The only valid use of preempt_enable_no_resched() is if the very next
line is schedule() or if we know preemption cannot actually be enabled
by that statement due to known more preempt_count 'refs'.

Reviewed-by: Thomas Gleixner <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: [email protected]
Cc: Eliezer Tamir <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Mike Galbraith <[email protected]>
Cc: [email protected]
Cc: Arjan van de Ven <[email protected]>
Cc: [email protected]
Cc: Linus Torvalds <[email protected]>
Cc: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
net/ipv4/tcp.c