From: Pavel Emelyanov Date: Thu, 18 Oct 2007 12:15:57 +0000 (-0700) Subject: [IPV6]: Lost locking in fl6_sock_lookup X-Git-Tag: v2.6.24-rc1~294^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0bf57700cb0eaa92f3d2ee040a69743cdd99d0;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed