commit | 5865316c9db31e863d4baef04dc86957d7fdae7f | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Nov 18 06:30:51 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 18 16:17:38 2015 -0500 |
tree | 3ad5b73f679654aa7da69eb5dd866110d3109e40 | |
parent | 52bd2d62ce6758d811edcbd2256eb9ea7f6a56cb [diff] |
mlx4: mlx4_en_low_latency_recv() called with BH disabled mlx4_en_low_latency_recv() is called with BH disabled, as other ndo_busy_poll() methods. No need for spin_lock_bh()/spin_unlock_bh() Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>