]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/openvswitch/conntrack.c
Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux...
[karo-tx-linux.git] / net / openvswitch / conntrack.c
index e054a748ff2502f2d1a63b61056c64a6aa24059e..31045ef44a82b925e53ce34da2aca74448dd9c8d 100644 (file)
@@ -1367,7 +1367,7 @@ static void __ovs_ct_free_action(struct ovs_conntrack_info *ct_info)
        if (ct_info->helper)
                module_put(ct_info->helper->me);
        if (ct_info->ct)
-               nf_ct_put(ct_info->ct);
+               nf_ct_tmpl_free(ct_info->ct);
 }
 
 void ovs_ct_init(struct net *net)