]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: fix a compile error in DBGUNDO()
authorEric Dumazet <edumazet@google.com>
Fri, 23 Sep 2016 00:54:00 +0000 (17:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Sep 2016 12:26:32 +0000 (08:26 -0400)
commitf1030ce7ba56a6fd248dd93cb289db062719edcd
treed6a9511ac49ca95cd2a5afaf7ae3e0e0422c5162
parent79f3ef451366021510fa8699f04106ce061d1a71
tcp: fix a compile error in DBGUNDO()

If DBGUNDO() is enabled (FASTRETRANS_DEBUG > 1), a compile
error will happen, since inet6_sk(sk)->daddr became sk->sk_v6_daddr

Fixes: 2a0c5fe7379f ("ipv6: make lookups simpler and faster")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c