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:
5e1859f
)
ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to bool
author
Joe Perches
<joe@perches.com>
Sun, 25 Nov 2012 09:35:30 +0000
(09:35 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 25 Nov 2012 21:34:17 +0000
(16:34 -0500)
Save a few bytes per table by convert mroute_do_assert and
mroute_do_pim from int to bool.
Remove !! as the compiler does that when assigning int to bool.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found