From: Joe Perches Date: Sun, 25 Nov 2012 09:35:30 +0000 (+0000) Subject: ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_ to bool X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d6841d225b93c20d561878637c3cd307c11648;p=pandora-kernel.git ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_ 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed