[PATCH] inet: Move VRF table lookup to inlined function

2015-08-16 Thread David Ahern
Table lookup compiles out when VRF is not enabled. Signed-off-by: David Ahern --- include/net/vrf.h | 24 net/ipv4/af_inet.c | 10 +- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/include/net/vrf.h b/include/net/vrf.h index 0484d29d4589..40e379

Re: [PATCH] inet: Move VRF table lookup to inlined function

2015-08-17 Thread David Miller
From: David Ahern Date: Sun, 16 Aug 2015 17:13:27 -0600 > Table lookup compiles out when VRF is not enabled. > > Signed-off-by: David Ahern Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo