git: kernel - migrate knote from zone to kmalloc
Samuel J. Greear
sjg at evilcode.net
Thu Feb 3 16:56:03 PST 2011
On Thu, Feb 3, 2011 at 5:37 PM, Matthew Dillon
<dillon at apollo.backplane.com> wrote:
> Well, generally speaking we want to remove zalloc entirely so its a
> step in the right direction there. There's nothing about a knote that
> requires a zone allocation anyhow.
>
> -Matt
> Matthew Dillon
> <dillon at backplane.com>
>
I mean I will be switching it to objcache, although it doesn't require
pool style allocation right now, so the current patch was/is fine.
http://evilprojects.net/dragonflybsd/patches/zalloc/
There are patches (at the above URL) getting rid of the majority of
the consumers of zalloc from GCI, I just haven't had time to bring
them in.
Sam
More information about the Commits
mailing list