Subject: Re: changing default for UFS_DIRHASH and NEW_BUFQ_STRATEGY
To: None <tech-kern@netbsd.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-kern
Date: 06/05/2005 14:01:57
perry@piermont.com wrote:q

> > Of course options(4) should be updated, but anyway "NEW_BUFQ_STRATEGY"
> > is not a good name. It isn't NEW anymore, and it might be superseded
> > by other newer strategies like BUFQ_PRIOCSCAN in future.
> 
> How about I uncomment it and someone else renames it. :)

Now options(4) has description about options BUFQ_READPRIO
(and options BUFQ_PRIOCSCAN), so I'll rename #options NEW_BUFQ_STRATEGY
in all config files to #options BUFQ_READPRIO.

Should we also add #options BUFQ_PRIOCSCAN in these files?
---
Izumi Tsutsui