mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
3ef7cf57c7
Many poll() handlers are lockless. Using skb_queue_empty_lockless() instead of skb_queue_empty() is more appropriate. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>