From: Florian Westphal
Date: Thu, 27 Apr 2017 17:28:09 +0200
> By using smaller datatypes this struct shrinks considerably
> (80 -> 48 bytes on x86_64).
>
> As this is embedded in other structs, this also reduces size of several
> others, e.g. cls_fl_head and nft_hash.
>
> Signed-off-by: Floria
By using smaller datatypes this struct shrinks considerably
(80 -> 48 bytes on x86_64).
As this is embedded in other structs, this also reduces size of several
others, e.g. cls_fl_head and nft_hash.
Signed-off-by: Florian Westphal
---
include/linux/rhashtable.h | 18 +-
lib/rhas