Subject: Re: CVS commit: src/sys/uvm
To: None <thorpej@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 03/04/2003 16:14:18
Jason R Thorpe <thorpej@netbsd.org> writes:

> This fixes creates a special object which owns a single zero'd page.
> This single zero'd page is used to satisfy all loans of non-resident
> ZFOD mappings.

It looks like the page will be put on pageq once all loan are
resolved, won't it?

enami.