commit | 8e7bea435919082c9f74c53d2cb3ceac13f3d6b1 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Oct 23 22:44:50 2019 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 10 11:25:34 2019 +0100 |
tree | 94e008d4051dde5c9920e045e15ae2b1217b2d6a | |
parent | 399c6029936ceb15b9c2aec25c1ae1f4e68835a7 [diff] |
net: use skb_queue_empty_lockless() in poll() handlers [ Upstream commit 3ef7cf57c72f32f61e97f8fa401bc39ea1f1a5d4 ] 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>