]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fib_trie: replace tnode_get_child functions with get_child macros
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Fri, 6 Mar 2015 17:54:14 +0000 (09:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Mar 2015 20:49:27 +0000 (15:49 -0500)
commit754baf8decce722db6d02bb0db745402f8cbc16f
tree533f2f8fe9c395df41788e3a314d7698bef279df
parent35c6edac197fcfb53cea9993d9b64386b15abf48
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>
net/ipv4/fib_trie.c