On Tue, 11 Jul 2006 00:54:33 +0200 Michael Buesch <[EMAIL PROTECTED]> wrote:
> Please apply this to wireless-dev. > Note that this is the second try to submit this patch. > The first try contained a little bug. I'm sorry for that. > If you already applied the first one, I can provide an incremental patch. > > Note2 that this patch depends on the > [PATCH] cancel_rearming_delayed_work infinite loop fix > I just sent out to the lists and akpm. Am still scratching my head over that. I wouldn't really call it a "fix". More an enhcancement to cover unanticipated (and arguably strange) usage. It's odd to call cancel_rearming_delayed_work() against a rearming workqueue which isn't actually running. It tends to indicate that the caller has lost track of what it's up to. But as a convenience thing I guess it's an OK thing to do. I need to stare at the implementation for a bit longer - that stuff's tricky. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html