X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fif_inet6.h;h=34489c13c119cfa4b6e8568912de4c5dec4f831d;hb=c0341b0f47722fbe5ab45f436fc6ddc1c58c0a6f;hp=eb8afe3499a92766245e59c17ab70bfd84da3ffb;hpb=0a0fc0ddbe732779366ab6b1b879f62195e65967;p=powerpc.git diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index eb8afe3499..34489c13c1 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h @@ -180,11 +180,8 @@ struct inet6_dev #ifdef CONFIG_IPV6_PRIVACY u8 rndid[8]; - u8 entropy[8]; struct timer_list regen_timer; struct inet6_ifaddr *tempaddr_list; - __u8 work_eui64[8]; - __u8 work_digest[16]; #endif struct neigh_parms *nd_parms; @@ -192,6 +189,7 @@ struct inet6_dev struct ipv6_devconf cnf; struct ipv6_devstat stats; unsigned long tstamp; /* ipv6InterfaceTable update timestamp */ + struct rcu_head rcu; }; extern struct ipv6_devconf ipv6_devconf;