aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv4/fib_trie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
index 243c7f4e451e..5afeb5aa4c7c 100644
--- a/net/ipv4/fib_trie.c
+++ b/net/ipv4/fib_trie.c
@@ -2166,7 +2166,7 @@ static void fib_table_print(struct seq_file *seq, struct fib_table *tb)
2166 2166
2167static int fib_triestat_seq_show(struct seq_file *seq, void *v) 2167static int fib_triestat_seq_show(struct seq_file *seq, void *v)
2168{ 2168{
2169 struct net *net = seq_file_net(seq); 2169 struct net *net = (struct net *)seq->private;
2170 unsigned int h; 2170 unsigned int h;
2171 2171
2172 seq_printf(seq, 2172 seq_printf(seq,