commit | 2e1ac88a48370620429cd9e54c41365531962809 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Fri Mar 06 09:54:21 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 06 15:49:28 2015 -0500 |
tree | 8558c255e8d83c8e963e0cf6713a0d1cc466a545 | |
parent | 754baf8decce722db6d02bb0db745402f8cbc16f [diff] |
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>