Subject: Re: bqrelse() addition ?
To: None <tech-kern@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 04/06/2000 09:54:14
On Thu, Apr 06, 2000 at 03:25:07PM +0200, Jaromir Dolecek wrote:

 > I've noticed FreeBSD has a function bqrelse() - this one is similar
 > to brelse(), but doesn't put the buf on free list, just on
 > LRU or AGE list as appropriate. This seems to be good for cases where
 > the caller expects to need the buf again soon, e.g. when it needs to read
 > something often.
 > 
 > Opinions ?

Might be a good idea, tho it would probably be obsolete as soon as UBC goes
in to the tree (which won't be until after 1.5).

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>