On Wednesday 13 December 2006 13:13, Jiri Benc wrote:
> On Tue, 12 Dec 2006 12:55:53 -0500, Michael Wu wrote:
> > -                   schedule_work(&local->scan_work);
> > +                   schedule_work(&local->scan_work.work);
>
> Hm, what is the preferred way here:
> schedule_work(some_delayed_work.work)
> or
> schedule_delayed_work(some_delayed_work, 0)?
>
Hm, according to David Howells, the second is preferred. I'll update the 
workqueue patch tomorrow.

Thanks,
-Michael Wu

Attachment: pgp62V3GTJslg.pgp
Description: PGP signature

Reply via email to