Subject: Re: Page daemon behavior part N
To: Jason R Thorpe , Chuck Silvers <chuq@chuq.com>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 01/27/2001 03:20:54
On Fri, Jan 26, 2001 at 08:27:09AM -0800, Jason R Thorpe wrote:
>  > one thing we could do instead that might help is to kick off an async
>  > flush when a vnode goes inactive.  that could help out in cases like
>  > creating a bunch of small files.  I haven't tried it yet though.
> 
> expn "inactive" ... like when "usecount" goes to 0?

right, a vnode goes inactive when VOP_INACTIVE() is called on it.

-Chuck