From 3a483b798cd63623b88de52188c365068f9562f8 Mon Sep 17 00:00:00 2001 From: YOSHIFUJI Hideaki Date: Sun, 13 Apr 2008 23:40:51 -0700 Subject: [PATCH] --- yaml --- r: 88318 b: refs/heads/master c: e9df2e8fd8fbc95c57dbd1d33dada66c4627b44c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/inet_ecn.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e89f20437766..73ce17f4b55e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7cd636fe9ce5de0051c11283911baca4291868c8 +refs/heads/master: e9df2e8fd8fbc95c57dbd1d33dada66c4627b44c diff --git a/trunk/include/net/inet_ecn.h b/trunk/include/net/inet_ecn.h index ba33db053854..7040a782c656 100644 --- a/trunk/include/net/inet_ecn.h +++ b/trunk/include/net/inet_ecn.h @@ -47,7 +47,7 @@ static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) } while (0) #define IP6_ECN_flow_xmit(sk, label) do { \ - if (INET_ECN_is_capable(inet_sk(sk)->tos)) \ + if (INET_ECN_is_capable(inet6_sk(sk)->tclass)) \ (label) |= htonl(INET_ECN_ECT_0 << 20); \ } while (0)