]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clash
authorFlorian Westphal <fw@strlen.de>
Thu, 28 Nov 2019 12:25:48 +0000 (13:25 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 30 Nov 2019 18:45:41 +0000 (19:45 +0100)
commitc7c17e6a03e08860f7a40095643e72c24c3f896b
tree834c9743400630db2032617f9a1a506e95198df9
parentdc4d3f2e12a6e8a22d13b0d648a6529e403b65a6
netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clash

At this time compiler inlines it, but this code will not be executed
under normal conditions.

Also, no inlining allows to use "nf_ct_resolve_clash%return" perf probe.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_core.c