Date: Sat, 09 Aug 2003 13:22:45 -0500 From: "Alan L. Cox" <alc@imimic.com> To: David Schultz <das@FreeBSD.ORG> Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern sys_process.c Message-ID: <3F353BF5.2C4A5F3B@imimic.com> References: <200308091801.h79I1JHC036853@repoman.freebsd.org> <20030809181926.GA24480@HAL9000.homeunix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F353BF5.2C4A5F3B>