commit | 48e75b430670ebdbb00ba008e1d3690f61ab9824 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon May 01 22:18:01 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 01 16:22:40 2017 -0400 |
tree | dd330346101070359c7b1f84becb2bd72aad4780 | |
parent | e06422c43968916dc945018fd9220f60866470b1 [diff] |
rhashtable: compact struct rhashtable_params By using smaller datatypes this (rather large) struct shrinks considerably (80 -> 48 bytes on x86_64). As this is embedded in other structs, this also rerduces size of several others, e.g. cls_fl_head or nft_hash. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>