diff options
author | Geert Uytterhoeven <[email protected]> | 2017-05-03 14:18:43 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-05-03 09:51:26 -0400 |
commit | ab71632c457269a6f3ec5a233c7a83682ae27019 (patch) | |
tree | 3cf4134100913ec3f6ca58902ec3d700cb713726 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 86f8e247b960d6cf4cad8b65162e73301c5a58ec (diff) |
netfilter: conntrack: Force inlining of build check to prevent build failure
If gcc (e.g. 4.1.2) decides not to inline total_extension_size(), the
build will fail with:
net/built-in.o: In function `nf_conntrack_init_start':
(.text+0x9baf6): undefined reference to `__compiletime_assert_1893'
or
ERROR: "__compiletime_assert_1893" [net/netfilter/nf_conntrack.ko] undefined!
Fix this by forcing inlining of total_extension_size().
Fixes: b3a5db109e0670d6 ("netfilter: conntrack: use u8 for extension sizes again")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Acked-by: Florian Westphal <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions