I've been building with Clang lately and didn't notice that the sparse annotations had bit-rotted. The first two patches bring them up to date. The final patch is a style update.
Ben Pfaff (3): ofproto-dpif-upcall: Fix sparse warning. sparse: Remove support for thread-safety annotations. ovs-thread: Use mutex instead of its address in thread-safety annotation. include/sparse/pthread.h | 38 -------------------------------------- lib/compiler.h | 29 +---------------------------- lib/ovs-thread.h | 11 +++-------- ofproto/ofproto-dpif-upcall.c | 2 +- ofproto/ofproto-dpif.c | 1 + ofproto/ofproto.c | 3 ++- 6 files changed, 8 insertions(+), 76 deletions(-) -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev