[IPV4] fib_trie: removes a memset() call in tnode_new()
authorEric Dumazet <dada1@cosmosbay.com>
Sun, 13 Jan 2008 08:43:22 +0000 (00:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:02 +0000 (15:02 -0800)
commit4dde4610c4ab54e9d36a4afaa98c23b017f7f9e3
treea0abe8b0e56f6fa3cd24e5faac7229f73d7266e0
parent88ebc72f68974965b41ad7e8e441df57a530e386
[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>
net/ipv4/fib_trie.c
This page took 0.042784 seconds and 5 git commands to generate.