Re: [PATCH 1/9] get rid of trie_init

2008-01-12 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 11 Jan 2008 22:45:14 -0800 > trie_init is worthless it is just zeroing stuff that is already > zero! Move the memset() down to make it obvious. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied. -- To unsubscribe from this li

[PATCH 1/9] get rid of trie_init

2008-01-11 Thread Stephen Hemminger
trie_init is worthless it is just zeroing stuff that is already zero! Move the memset() down to make it obvious. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- a/net/ipv4/fib_trie.c 2008-01-11 21:56:47.0 -0800 +++ b/net/ipv4/fib_trie.c 2008-01-11 22:03:47.0