]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV4]: fib hash|trie initialization
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 15 Jan 2008 07:14:20 +0000 (23:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:15 +0000 (15:02 -0800)
commita96a9eba84588d4dab4de996f8a1bfa9d11ed0c3
treeba6e38934797952a472970ee97d2131a6a6f29bb
parent20632a2eba734555ef9c49a8408ec1d159abc28f
[IPV4]: fib hash|trie initialization

Initialization of the slab cache's should be done when IP is
initialized to make sure of available memory, and that code can be
marked __init.

Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_frontend.c
net/ipv4/fib_hash.c
net/ipv4/fib_trie.c