kernel/net/netfilter/nft_lookup.c
.. .. @@ -132,7 +132,7 @@ 132 132 { 133 133 struct nft_lookup *priv = nft_expr_priv(expr); 134 134 135 - priv->set->use++;135 + nf_tables_activate_set(ctx, priv->set);136 136 } 137 137 138 138 static void nft_lookup_destroy(const struct nft_ctx *ctx,