Re: [PATCH 0/8] floppy: cleanup patches

From: Linus Torvalds
Date: Wed Jun 09 2010 - 15:05:44 EST




On Wed, 9 Jun 2010, Stephen Hemminger wrote:
>
> Current plan is to convert all the timers and old BH code to go through
> a single workqueue. This avoids all the races and cleans up the cancellation
> logic as well without having lots of other changes.

That will definitely help. We still end up with the things that call the
request queue directly as a second (nonworkqueue) thread, but I think
that's what the floppy_lock has _traditionally_ protected against, so it
might all work out and largely fix the locking.

Linus
--
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/