commit | de4d768a428d9de943dd6dc82bcd61742955cb6e | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Mar 13 23:00:52 2011 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Sun Mar 13 23:08:19 2011 +0200 |
tree | 68b0d3c4b3ce4158664e65c2deb9bf59d3a5e028 | |
parent | 783e3988544b94ff3918666b9f36866ac547fba1 [diff] |
vhost-net: remove unlocked use of receive_queue Use of skb_queue_empty(&sock->sk->sk_receive_queue) without taking the sk_receive_queue.lock is unsafe or useless. Take it out. Reported-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>