clang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK() for plain mutex.
authorAlex Wang <alexw@nicira.com>
Thu, 8 Aug 2013 22:14:19 +0000 (15:14 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 9 Aug 2013 20:48:11 +0000 (13:48 -0700)
This commit changes the code to use OVS_REQUIRES() instead of
OVS_REQ_WRLOCK(), for plain mutex.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found