Acked-by: Ethan Jackson <[email protected]>
On Thu, Aug 8, 2013 at 3:45 PM, Ben Pfaff <[email protected]> wrote: > Signed-off-by: Ben Pfaff <[email protected]> > --- > lib/ovs-thread.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/ovs-thread.h b/lib/ovs-thread.h > index 3f2c2ab..3547686 100644 > --- a/lib/ovs-thread.h > +++ b/lib/ovs-thread.h > @@ -116,7 +116,7 @@ void ovs_rwlock_unlock(const struct ovs_rwlock *rwlock) > OVS_RELEASES(rwlock); > void ovs_rwlock_wrlock_at(const struct ovs_rwlock *rwlock, const char *where) > OVS_ACQ_WRLOCK(rwlock); > #define ovs_rwlock_wrlock(rwlock) \ > - ovs_rwlock_wrlock_at(rwlock, SOURCE_LOCATOR); > + ovs_rwlock_wrlock_at(rwlock, SOURCE_LOCATOR) > > int ovs_rwlock_trywrlock_at(const struct ovs_rwlock *rwlock, const char > *where) > OVS_TRY_WRLOCK(0, rwlock); > @@ -126,7 +126,7 @@ int ovs_rwlock_trywrlock_at(const struct ovs_rwlock > *rwlock, const char *where) > void ovs_rwlock_rdlock_at(const struct ovs_rwlock *rwlock, const char *where) > OVS_ACQ_RDLOCK(rwlock); > #define ovs_rwlock_rdlock(rwlock) \ > - ovs_rwlock_rdlock_at(rwlock, SOURCE_LOCATOR); > + ovs_rwlock_rdlock_at(rwlock, SOURCE_LOCATOR) > > int ovs_rwlock_tryrdlock_at(const struct ovs_rwlock *rwlock, const char > *where) > OVS_TRY_RDLOCK(0, rwlock); > -- > 1.7.10.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev X-CudaMail-Whitelist-To: [email protected] _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
