Peter Jeremy wrote:
On 2010-Apr-18 21:29:28 +0000, Alan Cox <a...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"