|
@@ -1075,11 +1075,9 @@ out:
|
|
|
|
|
|
int icmp6_dst_gc(void)
|
|
int icmp6_dst_gc(void)
|
|
{
|
|
{
|
|
- struct dst_entry *dst, *next, **pprev;
|
|
|
|
|
|
+ struct dst_entry *dst, **pprev;
|
|
int more = 0;
|
|
int more = 0;
|
|
|
|
|
|
- next = NULL;
|
|
|
|
-
|
|
|
|
spin_lock_bh(&icmp6_dst_lock);
|
|
spin_lock_bh(&icmp6_dst_lock);
|
|
pprev = &icmp6_dst_gc_list;
|
|
pprev = &icmp6_dst_gc_list;
|
|
|
|
|