commit | 4dde4610c4ab54e9d36a4afaa98c23b017f7f9e3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Sun Jan 13 00:43:22 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:02:02 2008 -0800 |
tree | a0abe8b0e56f6fa3cd24e5faac7229f73d7266e0 | |
parent | 88ebc72f68974965b41ad7e8e441df57a530e386 [diff] |
[IPV4] fib_trie: removes a memset() call in tnode_new() tnode_alloc() already clears allocated memory, using kcalloc() or alloc_pages(GFP_KERNEL|__GFP_ZERO, ...) Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>