Re: [ovs-dev] [PATCH v2 7/8] ovs-rcu: Remove unused perthread mutex

2021-07-16 Thread Ilya Maximets
On 7/2/21 7:41 PM, Ben Pfaff wrote: > On Thu, May 20, 2021 at 03:35:51PM +0200, Gaetan Rivet wrote: >> A mutex is allocated, initialized and destroyed, without being >> used in the perthread structure. >> >> Signed-off-by: Gaetan Rivet > > This got independently reported by 贺鹏 . > > Acked-by: Be

Re: [ovs-dev] [PATCH v2 7/8] ovs-rcu: Remove unused perthread mutex

2021-07-02 Thread Ben Pfaff
On Thu, May 20, 2021 at 03:35:51PM +0200, Gaetan Rivet wrote: > A mutex is allocated, initialized and destroyed, without being > used in the perthread structure. > > Signed-off-by: Gaetan Rivet This got independently reported by 贺鹏 . Acked-by: Ben Pfaff

[ovs-dev] [PATCH v2 7/8] ovs-rcu: Remove unused perthread mutex

2021-05-20 Thread Gaetan Rivet
A mutex is allocated, initialized and destroyed, without being used in the perthread structure. Signed-off-by: Gaetan Rivet --- lib/ovs-rcu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ovs-rcu.c b/lib/ovs-rcu.c index cde1e925b..1866bd308 100644 --- a/lib/ovs-rcu.c +++ b/lib/ovs-rc