git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9424936
)
vhost: lock receive queue, not the socket
author
Jason Wang
<jasowang@redhat.com>
Mon, 17 Jan 2011 08:11:17 +0000
(16:11 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 13 Mar 2011 21:08:04 +0000
(23:08 +0200)
vhost takes a sock lock to try and prevent
the skb from being pulled from the receive queue
after skb_peek. However this is not the right lock to use for that,
sk_receive_queue.lock is. Fix that up.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/net.c
patch
|
blob
|
history
diff --cc
drivers/vhost/net.c
Simple merge