[IPV4]: Clean the ip_sockglue.c from some ugly ifdefs
authorPavel Emelyanov <xemul@openvz.org>
Tue, 6 Nov 2007 05:32:31 +0000 (21:32 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 7 Nov 2007 12:08:55 +0000 (04:08 -0800)
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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found