aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv4/fib_trie.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
index 6544f1a0cfa1..0131f369f5c9 100644
--- a/net/ipv4/fib_trie.c
+++ b/net/ipv4/fib_trie.c
@@ -1568,8 +1568,6 @@ void fib_table_flush_external(struct fib_table *tb)
1568 struct fib_alias *fa; 1568 struct fib_alias *fa;
1569 struct tnode *n, *pn; 1569 struct tnode *n, *pn;
1570 unsigned long cindex; 1570 unsigned long cindex;
1571 unsigned char slen;
1572 int found = 0;
1573 1571
1574 n = rcu_dereference(t->trie); 1572 n = rcu_dereference(t->trie);
1575 if (!n) 1573 if (!n)