ipv6: make rt_sernum atomic and serial number fields ordinary ints
Cc: YOSHIFUJI Hideaki <hideaki@yoshifuji.org> Cc: Martin Lau <kafai@fb.com> Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
94b2cfe02b
commit
42b1870646
@@ -64,7 +64,7 @@ struct fib6_node {
|
||||
|
||||
__u16 fn_bit; /* bit key */
|
||||
__u16 fn_flags;
|
||||
__u32 fn_sernum;
|
||||
int fn_sernum;
|
||||
struct rt6_info *rr_ptr;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user