commit | d5d6487cb8f019ab663df4c03519cd69e4362795 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Wed Mar 04 15:02:18 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 04 23:35:18 2015 -0500 |
tree | 3b91168ca403743d495175441b58da7273d21ba9 | |
parent | d4a975e83f4de2e454d7f937b36ce13b010c65ce [diff] |
fib_trie: Update insert and delete to make use of tp from find_node This change makes it so that the insert and delete functions make use of the tnode pointer returned in the fib_find_node call. By doing this we will not have to rely on the parent pointer in the leaf which will be going away soon. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>