cvs commit: src/sys/vm vm_pageout.c
Alan Cox
alc at FreeBSD.org
Sat Sep 15 11:30:29 PDT 2007
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
More information about the cvs-src
mailing list