commit | 53d6841d225b93c20d561878637c3cd307c11648 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Nov 25 09:35:30 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 25 16:34:17 2012 -0500 |
tree | 72db3b0102af8c73005784ec4c566f5cc0502d09 | |
parent | 5e1859fbcc3ccdd56d528df91d7b6f70e73d6b82 [diff] |
ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to bool 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>