On Thu, Dec 6, 2012 at 11:26 AM, Kyle Mestery (kmestery) <[email protected]> wrote: > On Dec 6, 2012, at 1:11 PM, Jesse Gross <[email protected]> wrote: >> A socket that is created using sock_create_kern() and then switched >> to a namespace using sk_change_net() should be released using >> sk_release_kernel() instead of sock_release(). This is because >> sk_change_net() has already released a reference to the namespace >> and we shouldn't try to release it again later. >> >> Cc: Kyle Mestery <[email protected]> >> Signed-off-by: Jesse Gross <[email protected]> > > > Acked-by: Kyle Mestery <[email protected]>
Both applied, thanks. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
