Re: [patch 3/3][IPV6]: route6 remove ifdef for fib_rules

2007-12-08 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Fri, 07 Dec 2007 14:13:28 +0100 > The patch defines the usual static inline functions when the code is > disabled for fib6_rules. That's allow to remove some ifdef in route.c > file and make the code a little more clear. > > Signed-off-by: Daniel Lez

[patch 3/3][IPV6]: route6 remove ifdef for fib_rules

2007-12-07 Thread Daniel Lezcano
The patch defines the usual static inline functions when the code is disabled for fib6_rules. That's allow to remove some ifdef in route.c file and make the code a little more clear. Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> --- include/net/ip6_fib.h | 12 +++- net/ipv6/route.c