Date: Tue, 27 Feb 2001 20:26:45 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c Message-ID: <200102280426.f1S4QjH14210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/02/27 20:26:45 PST Modified files: sys/vm vm_fault.c Log: If we intend to make the page writable without requiring another fault, make sure that PG_NOSYNC is properly set. Previously we only set it for a write-fault, but this can occur on a read-fault too. (will be MFCd prior to 4.3 freeze) Revision Changes Path 1.116 +7 -7 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102280426.f1S4QjH14210>