On Tue, Apr 16, 2019 at 11:00 AM Cong Wang <xiyou.wangc...@gmail.com> 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.