cvs commit: src/sys/kern sys_process.c
Alan L. Cox
alc at imimic.com
Sat Aug 9 11:23:03 PDT 2003
David Schultz wrote:
>
> On Sat, Aug 09, 2003, Alan Cox wrote:
> > A solution is to use vm_page_hold() in place of vm_page_wire(). Held
> > pages can be freed. They are moved to a special hold queue until the
> ^^^^^^^^^^^^
> > hold is released.
>
> Please correct me if I'm wrong, but I think you mean ``cannot be freed''.
Nope. It is correct as written. Take a look at vm_page_free_toq() and
vm_page_unhold().
Regards,
Alan
More information about the cvs-src
mailing list