]> Pileus Git - ~andy/linux/commit
ipv4: fix debug info in tnode_new
authorLin Ming <mlin@ss.pku.edu.cn>
Sun, 29 Jul 2012 01:19:55 +0000 (01:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jul 2012 06:18:30 +0000 (23:18 -0700)
commit4ea4bf7ebcbacee2f4736d261efb0693e87a34c9
tree865493c206fa14af75d0c09abf1787a466d80e0e
parent1a0150a93c496986297fc08304ac564213c08942
ipv4: fix debug info in tnode_new

It should print size of struct rt_trie_node * allocated instead of size
of struct rt_trie_node.

Signed-off-by: Lin Ming <mlin@ss.pku.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c