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)
commit019b1c9fe32a2a32c1153e31375f87ec3e591273
treed6a9511ac49ca95cd2a5afaf7ae3e0e0422c5162
parent2fe664f1fcf7c4da6891f95708a7a56d3c024354
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: efe4208f47f9 ("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
This page took 0.025743 seconds and 5 git commands to generate.