Subject: Re: diffs for poolifying softdep
To: Chuck Silvers <chuq@chuq.com>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: tech-kern
Date: 09/14/2001 11:19:03
On Thu, Sep 13, 2001 at 11:29:29PM -0700, Chuck Silvers wrote:
> attached is a set of diffs which convert the softdep code to use pools
> for most memory allocations.  this is complicated by various of the softdep
> datastructures being freed from interrupt context, but rather than allocate
> those from kmem_map I just put them on a queue and free them from the syncer

That looks pretty good to me. It's something that I discussed with Jason
quite a while ago now, but never got around to actually doing, so it's
great that you did it.

- Frank