git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f83c779
)
ipv6: Kill rt6i_dev and rt6i_expires defines.
author
David S. Miller
<davem@davemloft.net>
Thu, 29 Dec 2011 01:19:20 +0000
(20:19 -0500)
committer
David S. Miller
<davem@davemloft.net>
Thu, 29 Dec 2011 01:19:20 +0000
(20:19 -0500)
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 <davem@davemloft.net>
No differences found