commit | bd0bf57700cb0eaa92f3d2ee040a69743cdd99d0 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Thu Oct 18 05:15:57 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 18 05:15:57 2007 -0700 |
tree | 0233529f1a744599e46799050060ab6f65fecffd | |
parent | 04028045a12ba941c579d0f3238489333ac18ea4 [diff] |
[IPV6]: Lost locking in fl6_sock_lookup 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>