Date: Sat, 15 Sep 2007 18:30:28 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c Message-ID: <200709151830.l8FIUSNY092073@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2007-09-15 18:30:28 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageout.c
Log:
Correct an assertion in vm_pageout_flush(). Specifically, if a page's
status after vm_pager_put_pages() is VM_PAGER_PEND, then it could have
already been recycled, i.e., freed and reallocated to a new purpose;
thus, asserting that such pages cannot be written is inappropriate.
Reported by: kris
Submitted by: tegge
Approved by: re (kensmith)
MFC after: 1 week
Revision Changes Path
1.290 +2 -1 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709151830.l8FIUSNY092073>
