Re: [PATCH 6/6] r8152: Convert from tasklet to BH workqueue

From: Tejun Heo
Date: Wed Feb 28 2024 - 13:01:49 EST


On Wed, Feb 28, 2024 at 10:00:08AM -0800, Allen wrote:
> > > static inline bool enable_and_queue_work(struct workqueue_struct *wq,
> > > struct work_struct *work)
> > > {
> > > if (enable_work(work))
> > > {
> > > queue_work(wq, work);
> > > return true;
> > > }
> > > return false;
> > > }
> >
> > That said, this may still be nice to have.
>
> If the above is okay, I could send out a patch. Please let me know.

Yes, please.

Thanks.

--
tejun