ofproto-dpif: Mark rule_release() as no_thread_safety_analysis.
authorBen Pfaff <blp@nicira.com>
Wed, 21 Aug 2013 18:33:49 +0000 (11:33 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Aug 2013 16:42:09 +0000 (09:42 -0700)
commitc1f1f653da950760c3e692d9cda7f72a47987903
tree5108b5e34c5138dba9cb4d2a441f59ebaaa13e09
parentda2035617fc39caf2efb02916db684cafa679c96
ofproto-dpif: Mark rule_release() as no_thread_safety_analysis.

Otherwise new Clang complains about this function because it only sometimes
releases the lock (that is, it only does it when there is a lock to
release).

I first noticed these warnings with Clang 1:3.4~svn188890-1~exp1.
I previously used version 1:3.4~svn187484-1~exp1.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c