Re: [4/7] dst: thread pool.

From: David Howells
Date: Thu Feb 05 2009 - 08:55:53 EST


Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:

> > 2: David Howells' "slow work" infrastructure
>
> this one is *weird*. The infrastructure deals with object refcounting
> somehow.

The slow-work facility keeps a reference on the object you've asked it to call
a function to be called upon until it has finished calling that function.
This simplifies the object handling code a lot, and allows you to avoid
slow-work synchronisation requests in object destructors.

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