summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2023-01-02 14:46:12 +0300
committerFlorian Westphal <fw@strlen.de>2023-01-18 15:05:24 +0300
commit4883ec512c1715fc827557f0e2bfce76c6530757 (patch)
tree221dc4ec549d4725c56d11329ec15bc81b878df8 /include/linux
parent50bfbb8957abebc2359220d7c1e4663994461b36 (diff)
downloadlinux-4883ec512c1715fc827557f0e2bfce76c6530757.tar.xz
netfilter: conntrack: avoid reload of ct->status
Compiler can't merge the two test_bit() calls, so load ct->status once and use non-atomic accesses. This is fine because IPS_EXPECTED or NAT_CLASH are either set at ct creation time or not at all, but compiler can't know that. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions