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:
0402804
)
[IPV6]: Lost locking in fl6_sock_lookup
author
Pavel Emelyanov
<xemul@openvz.org>
Thu, 18 Oct 2007 12:15:57 +0000
(
05:15
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 18 Oct 2007 12:15:57 +0000
(
05:15
-0700)
This routine scans the ipv6_fl_list whose update is
protected with the socket lock and the ip6_sk_fl_lock.
Since the socket lock is not taken in the lookup, use
the other one.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found