From: Pavel Emelyanov Date: Tue, 6 Nov 2007 05:32:31 +0000 (-0800) Subject: [IPV4]: Clean the ip_sockglue.c from some ugly ifdefs X-Git-Tag: v2.6.24-rc3~179^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9fb9479f2672fa392711735de9e642395c9a14;p=pandora-kernel.git [IPV4]: Clean the ip_sockglue.c from some ugly ifdefs The #idfed CONFIG_IP_MROUTE is sometimes places inside the if-s, which looks completely bad. Similar ifdefs inside the functions looks a bit better, but they are also not recommended to be used. Provide an ifdef-ed ip_mroute_opt() helper to cleanup the code. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed