svn commit: r206814 - head/sys/vm

Alan Cox alc at cs.rice.edu
Wed Apr 21 05:10:54 UTC 2010


Peter Jeremy wrote:
> On 2010-Apr-18 21:29:28 +0000, Alan Cox <alc at FreeBSD.org> wrote:
>   
>>  Remove a nonsensical test from vm_pageout_clean().  A page can't be in the
>>  inactive queue and have a non-zero wire count.
>>     
>
> Should this test be turned into a KASSERT()?
>
>   

I considered it, but no I don't think an assertion is called for.  We 
already have checks in the places where a page is wired or unwired.

Regards,
Alan



More information about the svn-src-head mailing list