Re: [RFC PATCH 5/5 v2] Convert tasklets to work queues

From: Andrew Morton
Date: Sat Jun 23 2007 - 13:06:00 EST


> On Fri, 22 Jun 2007 14:20:56 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> This patch replaces the tasklet implementation with a work
> queue implementation while keeping the tasklet API.
> The API is still the same, and the drivers don't know that a
> work queue is being used.

I still think this sucks: we end up with a fairly pointless-looking wrapper
API which we wouldn't have put in the kernel except for messy legacy
editing-is-too-hard reasons. In an ideal world, it'd be better just to get
in and do the hard work.

Anyway. Please fix the many correct warnings which checkpatch.pl
generates, reissue the patches with a decent overall changelog (this series
had no rationale for the changes at all) and we'll see what happens.

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/