diff options
-rw-r--r-- | net/core/neighbour.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c index f79e61c570ea..5480edff0c86 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c | |||
@@ -3033,7 +3033,7 @@ static struct neighbour *neigh_get_first(struct seq_file *seq) | |||
3033 | struct net *net = seq_file_net(seq); | 3033 | struct net *net = seq_file_net(seq); |
3034 | struct neigh_hash_table *nht = state->nht; | 3034 | struct neigh_hash_table *nht = state->nht; |
3035 | struct neighbour *n = NULL; | 3035 | struct neighbour *n = NULL; |
3036 | int bucket = state->bucket; | 3036 | int bucket; |
3037 | 3037 | ||
3038 | state->flags &= ~NEIGH_SEQ_IS_PNEIGH; | 3038 | state->flags &= ~NEIGH_SEQ_IS_PNEIGH; |
3039 | for (bucket = 0; bucket < (1 << nht->hash_shift); bucket++) { | 3039 | for (bucket = 0; bucket < (1 << nht->hash_shift); bucket++) { |