aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2016-08-09 06:51:06 -0700
committerDavid S. Miller <davem@davemloft.net>2016-08-09 14:57:39 -0700
commit631fee7d70e8eabb642b4bcc58f08bbe880c91aa (patch)
treea200a7ebd680cd26e9b46b0153cf1b7400f97775 /include/net/netns
parentppp: build ifname using unit identifier for rtnl based devices (diff)
downloadlinux-dev-631fee7d70e8eabb642b4bcc58f08bbe880c91aa.tar.xz
linux-dev-631fee7d70e8eabb642b4bcc58f08bbe880c91aa.zip
net: Remove fib_local variable
After commit 0ddcf43d5d4a ("ipv4: FIB Local/MAIN table collapse") fib_local is set but not used. Remove it. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index d061ffeb1e71..7adf4386ac8f 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -40,7 +40,6 @@ struct netns_ipv4 {
#ifdef CONFIG_IP_MULTIPLE_TABLES
struct fib_rules_ops *rules_ops;
bool fib_has_custom_rules;
- struct fib_table __rcu *fib_local;
struct fib_table __rcu *fib_main;
struct fib_table __rcu *fib_default;
#endif