]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fib_trie: move leaf and tnode to occupy the same spot in the key vector
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Wed, 4 Mar 2015 23:02:33 +0000 (15:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Mar 2015 04:35:18 +0000 (23:35 -0500)
commit41b489fd6ce03e96e90fcffdb69b168065ae2e40
tree33505efb050b5ba101dab496e8709a8c8cb71dca
parentd5d6487cb8f019ab663df4c03519cd69e4362795
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>
net/ipv4/fib_trie.c