From: Jiri Bohac Date: Mon, 16 Apr 2012 03:35:41 +0000 (+0000) Subject: ipv6: clean up rt6_clean_expires X-Git-Tag: v3.4-rc5~44^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda31e10baf47a8a7d9360d9488fb76294be1ca3;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed