diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 2546fc9f0a78..3b6575478fcc 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1237,7 +1237,7 @@ process: | |||
1237 | 1237 | ||
1238 | skb->dev = NULL; | 1238 | skb->dev = NULL; |
1239 | 1239 | ||
1240 | bh_lock_sock(sk); | 1240 | bh_lock_sock_nested(sk); |
1241 | ret = 0; | 1241 | ret = 0; |
1242 | if (!sock_owned_by_user(sk)) { | 1242 | if (!sock_owned_by_user(sk)) { |
1243 | #ifdef CONFIG_NET_DMA | 1243 | #ifdef CONFIG_NET_DMA |