Re: [PATCH] Compact some ifdefs in the fib code

2007-11-06 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 19 Oct 2007 18:12:26 +0400 > There are places that check for CONFIG_IP_MULTIPLE_TABLES > twice in the same file, but the internals of these #ifdefs > can be merged. > > As a side effect - remove one ifdef from inside a function. > > Signed-off

[PATCH] Compact some ifdefs in the fib code

2007-10-19 Thread Pavel Emelyanov
There are places that check for CONFIG_IP_MULTIPLE_TABLES twice in the same file, but the internals of these #ifdefs can be merged. As a side effect - remove one ifdef from inside a function. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/include/net/ip_fib.h b/include/net/