From: David S. Miller Date: Thu, 29 Dec 2011 01:19:20 +0000 (-0500) Subject: ipv6: Kill rt6i_dev and rt6i_expires defines. X-Git-Tag: v3.3-rc1~182^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d191854282fd831da785a5a34bc6fd16049b8578;p=pandora-kernel.git ipv6: Kill rt6i_dev and rt6i_expires defines. It just obscures that the netdevice pointer and the expires value are implemented in the dst_entry sub-object of the ipv6 route. And it makes grepping for dst_entry member uses much harder too. Signed-off-by: David S. Miller --- Reading git-diff-tree failed