]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fib_trie: Rename tnode_child_length to child_length
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Fri, 6 Mar 2015 17:54:21 +0000 (09:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Mar 2015 20:49:28 +0000 (15:49 -0500)
commit2e1ac88a48370620429cd9e54c41365531962809
tree8558c255e8d83c8e963e0cf6713a0d1cc466a545
parent754baf8decce722db6d02bb0db745402f8cbc16f
fib_trie: Rename tnode_child_length to child_length

We are now checking the length of a key_vector instead of a tnode so it
makes sense to probably just rename this to child_length since it would
probably even be applicable to a leaf.

Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c