commit | bbef49daca35d4fd21bf606a10b6980f17d9df5d | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Thu Feb 18 08:13:30 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 18 14:30:17 2010 -0800 |
tree | 44b7df91941c3266286b8046890ddc7c0dfa26ec | |
parent | bc417d99bf279f034474bc2d7dedd390838a5480 [diff] [blame] |
ipv6: use standard lists for FIB walks Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index 8f279dd..86f46c4 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h
@@ -124,7 +124,7 @@ } struct fib6_walker_t { - struct fib6_walker_t *prev, *next; + struct list_head lh; struct fib6_node *root, *node; struct rt6_info *leaf; unsigned char state;