Re: [ovs-dev] [rwlock 4/5] ovs-thread: Get rid of obsolete sparse wrappers.

2014-02-21 Thread Ben Pfaff
Thanks, applied. On Wed, Feb 19, 2014 at 02:55:46PM -0800, Joe Stringer wrote: > Acked-by: Joe Stringer > > > On 16 January 2014 10:07, Ben Pfaff wrote: > > > These were useful back when we were trying to use the sparse lock balance > > annotations, but we removed those in commit 47b52c71232c

Re: [ovs-dev] [rwlock 4/5] ovs-thread: Get rid of obsolete sparse wrappers.

2014-02-19 Thread Joe Stringer
Acked-by: Joe Stringer On 16 January 2014 10:07, Ben Pfaff wrote: > These were useful back when we were trying to use the sparse lock balance > annotations, but we removed those in commit 47b52c71232c0 (sparse: Remove > support for thread-safety annotations.) and so they serve no purpose any >

[ovs-dev] [rwlock 4/5] ovs-thread: Get rid of obsolete sparse wrappers.

2014-01-16 Thread Ben Pfaff
These were useful back when we were trying to use the sparse lock balance annotations, but we removed those in commit 47b52c71232c0 (sparse: Remove support for thread-safety annotations.) and so they serve no purpose any longer. Signed-off-by: Ben Pfaff --- lib/ovs-thread.h | 11 --- 1