linux/drivers/vhost
Michael S. Tsirkin de4d768a42 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>
2011-03-13 23:08:19 +02:00
..
Kconfig
Makefile
net.c vhost-net: remove unlocked use of receive_queue 2011-03-13 23:08:19 +02:00
test.c
test.h
vhost.c
vhost.h