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
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
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