]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit7f9b80529b8a2ad8b3273b15fb444a0e34b760a9
treeba6e38934797952a472970ee97d2131a6a6f29bb
parentd717a9a62049a03e85c3c2dd3399416eeb34a8be
[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