diff options
author | Florent Fourcot <florent.fourcot@enst-bretagne.fr> | 2013-12-08 18:46:59 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-10 06:03:49 +0400 |
commit | 82e9f105a28006e7ff864220a28cf62ea6d1e280 (patch) | |
tree | 02a492ba4d118b58309484ccf9d1327d9cd46f92 /include/linux/ipv6.h | |
parent | 37cfee909c5a396abccf43e3e0a63a5f5ac998af (diff) | |
download | linux-82e9f105a28006e7ff864220a28cf62ea6d1e280.tar.xz |
ipv6: remove rcv_tclass of ipv6_pinfo
tclass information in now already stored in rcv_flowinfo
We do not need to store the same information twice.
Signed-off-by: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
Reviewed-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 0b2ebfbbe0f4..3fde06645553 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -200,7 +200,6 @@ struct ipv6_pinfo { dontfrag:1; __u8 min_hopcount; __u8 tclass; - __u8 rcv_tclass; __be32 rcv_flowinfo; __u32 dst_cookie; |