Re: [PATCH 2/2] ras: close the race condition with timer

From: Cong Wang
Date: Tue Apr 16 2019 - 14:06:43 EST


On Tue, Apr 16, 2019 at 11:00 AM Cong Wang <xiyou.wangcong@xxxxxxxxx> wrote:
>
> As far as I understand, two works in the global workqueue could
> be still ran in parallel on different CPU's, this is why I said it has to
> be an ordered queue to guarantee the serialization.

Never mind, I think we both agree to hold the mutex inside the work
too. I misunderstood it.

I will update my patch to use delayed work.

Thanks.