summaryrefslogtreecommitdiff
path: root/include/dt-bindings/thermal/tegra124-soctherm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-bindings/thermal/tegra124-soctherm.h')
0 files changed, 0 insertions, 0 deletions
tr>parentab23821f7ecfb022a4aec78fb6f4fd0f6aa1ccab (diff)
netfilter: nft_ct: prepare for key-dependent error unwind
Next patch will add ZONE_ID set support which will need similar error unwind (put operation) as conntrack labels. Prepare for this: remove the 'label_got' boolean in favor of a switch statement that can be extended in next patch. As we already have that in the set_destroy function place that in a separate function and call it from the set init function. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/nft_ct.c29
1 files changed, 15 insertions, 14 deletions
diff --git a/net/netfilter/nft_ct.c b/net/netfilter/nft_ct.c