Commit fe420d8
net/core: remove explicit do_softirq() from busy_poll_stop()
Since commit 217f697 ("net: busy-poll: allow preemption in
sk_busy_loop()") there is an explicit do_softirq() invocation after
local_bh_enable() has been invoked.
I don't understand why we need this because local_bh_enable() will
invoke do_softirq() once the softirq counter reached zero and we have
softirq-related work pending.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent bdaf32c commit fe420d8
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5206 | 5206 | | |
5207 | 5207 | | |
5208 | 5208 | | |
5209 | | - | |
5210 | | - | |
5211 | 5209 | | |
5212 | 5210 | | |
5213 | 5211 | | |
| |||
0 commit comments