]> git.baikalelectronics.ru Git - kernel.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)
commitab03faccb08393af767928646cb21bdaa01e986d
tree533f2f8fe9c395df41788e3a314d7698bef279df
parentb2bd1c0a534cfc47f1a1fc83b1f27f8f3cea4004
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