]> git.itanic.dy.fi Git - linux-stable/commit
netfilter: conntrack: simplify nf_conntrack_alter_reply
authorFlorian Westphal <fw@strlen.de>
Fri, 6 Oct 2023 09:27:29 +0000 (11:27 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 10 Oct 2023 14:34:28 +0000 (16:34 +0200)
commit8a23f4ab92f9b7f258ca28cce2e34b80f56ab9d1
tree31c4115e4c882443d7a3c13098a89e651376dba0
parent99ab9f84b85ec3eec099278bff61269ad0b078ce
netfilter: conntrack: simplify nf_conntrack_alter_reply

nf_conntrack_alter_reply doesn't do helper reassignment anymore.
Remove the comments that make this claim.

Furthermore, remove dead code from the function and place ot
in nf_conntrack.h.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/net/netfilter/nf_conntrack.h
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_helper.c