]> git.baikalelectronics.ru Git - kernel.git/commit
fib_trie: Convert fib_alias to hlist from list
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Wed, 25 Feb 2015 23:31:31 +0000 (15:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2015 21:37:06 +0000 (16:37 -0500)
commitd572005c816b1426c059e291f4a3201274ffdf29
tree2fd33299033b341fc9b655a9f35b3e86dc09b09a
parentbf22eef44d69621372ac463da5317f701e59af66
fib_trie: Convert fib_alias to hlist from list

There isn't any advantage to having it as a list and by making it an hlist
we make the fib_alias more compatible with the list_info in terms of the
type of list used.

Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_lookup.h
net/ipv4/fib_semantics.c
net/ipv4/fib_trie.c