commit | 41b489fd6ce03e96e90fcffdb69b168065ae2e40 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Wed Mar 04 15:02:33 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 04 23:35:18 2015 -0500 |
tree | 33505efb050b5ba101dab496e8709a8c8cb71dca | |
parent | d5d6487cb8f019ab663df4c03519cd69e4362795 [diff] |
fib_trie: move leaf and tnode to occupy the same spot in the key vector If we are going to compact the leaf and tnode we first need to make sure the fields are all in the same place. In that regard I am moving the leaf pointer which represents the fib_alias hash list to occupy what is currently the first key_vector pointer. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>