From: Eric Dumazet Date: Sun, 13 Jan 2008 08:43:22 +0000 (-0800) Subject: [IPV4] fib_trie: removes a memset() call in tnode_new() X-Git-Tag: v2.6.25-rc1~1162^2~760 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dde4610c4ab54e9d36a4afaa98c23b017f7f9e3;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed