git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db105d
)
[IPV4] fib_trie: Get rid of trie_init().
author
Stephen Hemminger
<stephen.hemminger@vyatta.com>
Sun, 13 Jan 2008 04:49:13 +0000
(20:49 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:01:52 +0000
(15:01 -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 <stephen.hemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found