diff options
-rw-r--r-- | include/net/if_inet6.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index c8effa4b1feb..38b78132019b 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h | |||
@@ -39,8 +39,6 @@ struct inet6_ifaddr | |||
39 | 39 | ||
40 | __u32 valid_lft; | 40 | __u32 valid_lft; |
41 | __u32 prefered_lft; | 41 | __u32 prefered_lft; |
42 | unsigned long cstamp; /* created timestamp */ | ||
43 | unsigned long tstamp; /* updated timestamp */ | ||
44 | atomic_t refcnt; | 42 | atomic_t refcnt; |
45 | spinlock_t lock; | 43 | spinlock_t lock; |
46 | 44 | ||
@@ -49,6 +47,9 @@ struct inet6_ifaddr | |||
49 | 47 | ||
50 | __u16 scope; | 48 | __u16 scope; |
51 | 49 | ||
50 | unsigned long cstamp; /* created timestamp */ | ||
51 | unsigned long tstamp; /* updated timestamp */ | ||
52 | |||
52 | struct timer_list timer; | 53 | struct timer_list timer; |
53 | 54 | ||
54 | struct inet6_dev *idev; | 55 | struct inet6_dev *idev; |