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:
4fd551d
)
ipv4: Turn rt->rt_route_iif into rt->rt_is_input.
author
David S. Miller
<davem@davemloft.net>
Tue, 17 Jul 2012 21:44:26 +0000
(14:44 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 20 Jul 2012 20:40:02 +0000
(13:40 -0700)
That is this value's only use, as a boolean to indicate whether
a route is an input route or not.
So implement it that way, using a u16 gap present in the struct
already.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found