diff options
author | Alexander Duyck <alexander.h.duyck@redhat.com> | 2015-03-05 01:59:19 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-05 07:35:17 +0300 |
commit | 8be33e955cb959dabc1a6eef0b7356fe8cf73fa6 (patch) | |
tree | 4605ea4d45d689bc531269a86fe1ca26abbe2a57 /Documentation/gcov.txt | |
parent | 7289e6ddb633aaee6ccea2bd2e410654c47b29a6 (diff) | |
download | linux-8be33e955cb959dabc1a6eef0b7356fe8cf73fa6.tar.xz |
fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf
This change makes it so that leaf_walk_rcu takes a tnode and a key instead
of the trie and a leaf.
The main idea behind this is to avoid using the leaf parent pointer as that
can have additional overhead in the future as I am trying to reduce the
size of a leaf down to 16 bytes on 64b systems and 12b on 32b systems.
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/gcov.txt')
0 files changed, 0 insertions, 0 deletions