]> git.hungrycats.org Git - linux/commit
IPV6: bh_lock_sock_nested on tcp_v6_rcv
authorFabio Olive Leite <fleite@redhat.com>
Tue, 26 Sep 2006 05:29:54 +0000 (22:29 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Oct 2006 20:23:26 +0000 (13:23 -0700)
commit5bf91bbc9f8da83f2c7c971aeb1bc1c4c73e554c
tree905dc8ffcae9659f89e600aff46078b694f47221
parent967cc8158c385ac0087ae3455e8835fa7eb94fd0
IPV6: bh_lock_sock_nested on tcp_v6_rcv

A while ago Ingo patched tcp_v4_rcv on net/ipv4/tcp_ipv4.c to use
bh_lock_sock_nested and silence a lock validator warning. This fixed
it for IPv4, but recently I saw a report of the same warning on IPv6.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv6/tcp_ipv6.c