commit | 04028045a12ba941c579d0f3238489333ac18ea4 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Thu Oct 18 05:14:58 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 18 05:14:58 2007 -0700 |
tree | e12d202ef1e17047742ddb9a70731ebc651f6c11 | |
parent | 009e8c965fd72a78636b9a96c7015109c5c70176 [diff] |
[IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_list The new flowlabels should be inserted into the sock list under the ip6_sk_fl_lock. This was lost in one place. This list is naturally protected with the socket lock, but the fl6_sock_lookup() is called without it, so another protection is required. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>