ipv6: clean up rt6_clean_expires
authorJiri Bohac <jbohac@suse.cz>
Mon, 16 Apr 2012 03:35:41 +0000 (03:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Apr 2012 02:31:59 +0000 (22:31 -0400)
commitcda31e10baf47a8a7d9360d9488fb76294be1ca3
tree7bc647cff2900f21a493718754b5261d96562564
parentedfb5d4687d587c9f714799c7ee27517118e12e6
ipv6: clean up rt6_clean_expires

Functionally, this change is a NOP.

Semantically, rt6_clean_expires() wants to do rt->dst.from = NULL instead of
rt->dst.expires = 0. It is clearing the RTF_EXPIRES flag, so the union is going
to be treated as a pointer (dst.from) not a long (dst.expires).

Signed-off-by: Jiri Bohac <jbohac@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h