Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135346
b: refs/heads/master
c: 04ec5cf
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and David S. Miller committed Mar 21, 2009
1 parent abb36c6 commit e2d89f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29ded5f76ce3c41f43b64643b074b7c9c9ebd925
refs/heads/master: 04ec5cfcfd9a69c16fc8adb9d7f4836eedb84e53
5 changes: 3 additions & 2 deletions trunk/include/net/if_inet6.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ struct inet6_ifaddr

__u32 valid_lft;
__u32 prefered_lft;
unsigned long cstamp; /* created timestamp */
unsigned long tstamp; /* updated timestamp */
atomic_t refcnt;
spinlock_t lock;

Expand All @@ -49,6 +47,9 @@ struct inet6_ifaddr

__u16 scope;

unsigned long cstamp; /* created timestamp */
unsigned long tstamp; /* updated timestamp */

struct timer_list timer;

struct inet6_dev *idev;
Expand Down

0 comments on commit e2d89f3

Please sign in to comment.