diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | net/ipv4/tcp_ipv4.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 8355b729fa95..5a886e6efbbe 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -90,7 +90,7 @@ static struct socket *tcp_socket;  void tcp_v4_send_check(struct sock *sk, int len, struct sk_buff *skb);  struct inet_hashinfo __cacheline_aligned tcp_hashinfo = { -	.lhash_lock	= RW_LOCK_UNLOCKED, +	.lhash_lock	= __RW_LOCK_UNLOCKED(tcp_hashinfo.lhash_lock),  	.lhash_users	= ATOMIC_INIT(0),  	.lhash_wait	= __WAIT_QUEUE_HEAD_INITIALIZER(tcp_hashinfo.lhash_wait),  }; @@ -1090,7 +1090,7 @@ process:  	skb->dev = NULL; -	bh_lock_sock(sk); +	bh_lock_sock_nested(sk);  	ret = 0;  	if (!sock_owned_by_user(sk)) {  #ifdef CONFIG_NET_DMA | 
