Date: Wed, 21 Apr 2010 00:10:44 -0500 From: Alan Cox <alc@cs.rice.edu> To: Peter Jeremy <peterjeremy@acm.org> Cc: Alan Cox <alc@FreeBSD.org>, svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r206814 - head/sys/vm Message-ID: <4BCE88D4.5080600@cs.rice.edu> In-Reply-To: <20100420205845.GA38549@server.vk2pj.dyndns.org> References: <201004182129.o3ILTSCd098832@svn.freebsd.org> <20100420205845.GA38549@server.vk2pj.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Jeremy wrote: > On 2010-Apr-18 21:29:28 +0000, Alan Cox <alc@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BCE88D4.5080600>