commit | 754baf8decce722db6d02bb0db745402f8cbc16f | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Fri Mar 06 09:54:14 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 06 15:49:27 2015 -0500 |
tree | 533f2f8fe9c395df41788e3a314d7698bef279df | |
parent | 35c6edac197fcfb53cea9993d9b64386b15abf48 [diff] |
fib_trie: replace tnode_get_child functions with get_child macros I am replacing the tnode_get_child call with get_child since we are techically pulling the child out of a key_vector now and not a tnode. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>