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 f85cbfc183d6..f1a4881d9835 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -734,7 +734,7 @@ static void tcp_v6_init_req(struct request_sock *req, | |||
734 | np->rxopt.bits.rxinfo || | 734 | np->rxopt.bits.rxinfo || |
735 | np->rxopt.bits.rxoinfo || np->rxopt.bits.rxhlim || | 735 | np->rxopt.bits.rxoinfo || np->rxopt.bits.rxhlim || |
736 | np->rxopt.bits.rxohlim || np->repflow)) { | 736 | np->rxopt.bits.rxohlim || np->repflow)) { |
737 | atomic_inc(&skb->users); | 737 | refcount_inc(&skb->users); |
738 | ireq->pktopts = skb; | 738 | ireq->pktopts = skb; |
739 | } | 739 | } |
740 | } | 740 | } |