On Wed, Sep 11, 2013 at 07:21:07PM -0700, Ethan Jackson wrote: > This patch removes a ovs_mutex_destroy(&ofproto_mutex) call from > ofproto_destroy__() perhaps a rebasing error?
Sort-of. That call was never supposed to be there at all. It was introduced incorrectly in "ofproto: Drop 'expirable_mutex' in favor of new global 'ofproto_mutex'." and deleted here. The correct thing to do was to never introduce it in "ofproto: Drop 'expirable_mutex' in favor of new global 'ofproto_mutex'." so that it never needed to be deleted. Done. > Acked-by: Ethan Jackson <et...@nicira.com> Thanks for the review. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev