diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-09-14 00:11:23 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-09-14 00:11:23 -0700 |
| commit | 5c45fd0fa64855f01fdc165d343be48a85c93b1a (patch) | |
| tree | 48dce9a1bf05ef88b55c186b180a889e5d8a9976 /include | |
| parent | 2546ee7af6767092c3d702c1fa9d22226b0f3fb1 (diff) | |
[IPV4]: Use list.h facilities for fib_info_list.
Do not use a by-hand list implementation.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/ip_fib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 59825c399e15..3c49b4d9bfd4 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -62,8 +62,7 @@ struct fib_nh struct fib_info { - struct fib_info *fib_next; - struct fib_info *fib_prev; + struct list_head fib_list; int fib_treeref; atomic_t fib_clntref; int fib_dead; |
