Subject: Re: blist
To: None <thorpej@shagadelic.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 04/05/2005 22:57:26
hi,

> > blist:
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/kern/subr_blist.c? 
> > rev=1.17&content-type=text/x-cvsweb-markup
> 
> I'd rather have solaris-like vmem, but blist is ok.

even if we had vmem, i'd like to use blist for swap allocation
because it has a special requirement.  ie. it isn't desirable to
allocate memory in order to get a swap slot.

> Please decouple
> it from daddr_t, though.

i will.

YAMAMOTO Takashi