diff options
author | Florian Westphal <fw@strlen.de> | 2018-04-16 20:15:53 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-04-24 11:29:22 +0300 |
commit | bd2bbdb497dba24b9ca7f6257c83e496c64b6e9d (patch) | |
tree | 495278eb26d1521c5a14eccc5d8c371e9626df78 /mm/cleancache.c | |
parent | 99a0efbeeb83482893f7d5df343a2d2eb591933d (diff) | |
download | linux-bd2bbdb497dba24b9ca7f6257c83e496c64b6e9d.tar.xz |
netfilter: merge meta_bridge into nft_meta
It overcomplicates things for no reason.
nft_meta_bridge only offers retrieval of bridge port interface name.
Because of this being its own module, we had to export all nft_meta
functions, which we can then make static again (which even reduces
the size of nft_meta -- including bridge port retrieval...):
before:
text data bss dec hex filename
1838 832 0 2670 a6e net/bridge/netfilter/nft_meta_bridge.ko
6147 936 1 7084 1bac net/netfilter/nft_meta.ko
after:
5826 936 1 6763 1a6b net/netfilter/nft_meta.ko
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'mm/cleancache.c')
0 files changed, 0 insertions, 0 deletions