Re: Mutex stays locked on error

2020-06-23 Thread Alex Deucher
On Tue, Jun 23, 2020 at 5:02 PM John van der Kamp wrote: > > Try to mail the patch again, this time inline. Hope this is how you can > process it. Can you use git to create the patch (git commit -a -s) and use git to generate the patch (git format-patch -1) and then send that out? Make sure to a

Re: Mutex stays locked on error

2020-06-23 Thread Nirmoy
Hi John, The patch looks correct. Can you please send a proper patch so that we can apply it. Thanks, Nirmoy On 6/23/20 7:48 PM, John van der Kamp wrote: Hello, I was reading some code and came across this which looks like a mutex not being unlocked when an error happens. I don't know wh