From 4dde4610c4ab54e9d36a4afaa98c23b017f7f9e3 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Sun, 13 Jan 2008 00:43:22 -0800 Subject: [PATCH] [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-format-patch failed