diff --git a/net/core/neighbour.c b/net/core/neighbour.c index bf738ec68cb53a884fe436d0d5a11f02a06636bd..6e890f51b7d865378d9eecd710d960ab52decd26 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c @@ -2844,6 +2844,7 @@ static void *neigh_stat_seq_next(struct seq_file *seq, void *v, loff_t *pos) *pos = cpu+1; return per_cpu_ptr(tbl->stats, cpu); } + (*pos)++; return NULL; }