diff options
| author | Jeremy Sowden <jeremy@azazel.net> | 2019-10-03 22:56:02 +0300 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2019-10-08 00:57:45 +0300 |
| commit | 8dea982a88dce157825d054fdbeb7fcf378908ba (patch) | |
| tree | a147f765e56b210006386bde85d143064a59b9ff /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | 017f77c050a3bc1f1ff877d1f265beeee26d7dea (diff) | |
| download | linux-8dea982a88dce157825d054fdbeb7fcf378908ba.tar.xz | |
netfilter: ipset: remove inline from static functions in .c files.
The inline function-specifier should not be used for static functions
defined in .c files since it bloats the kernel. Instead leave the
compiler to decide which functions to inline.
While a couple of the files affected (ip_set_*_gen.h) are technically
headers, they contain templates for generating the common parts of
particular set-types and so we treat them like .c files.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Acked-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
