Re: [PATCH net-next] openvswitch: Free tmpl with tmpl_free.

2016-09-04 Thread David Miller
From: Joe Stringer Date: Thu, 1 Sep 2016 18:01:47 -0700 > When an error occurs during conntrack template creation as part of > actions validation, we need to free the template. Previously we've been > using nf_ct_put() to do this, but nf_ct_tmpl_free() is more appropriate. > > Signed-off-by: Jo

[PATCH net-next] openvswitch: Free tmpl with tmpl_free.

2016-09-01 Thread Joe Stringer
When an error occurs during conntrack template creation as part of actions validation, we need to free the template. Previously we've been using nf_ct_put() to do this, but nf_ct_tmpl_free() is more appropriate. Signed-off-by: Joe Stringer --- net/openvswitch/conntrack.c | 2 +- 1 file changed,