From owner-cvs-all Mon Dec 11 3: 4:15 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 11 03:04:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B86B37B69F; Mon, 11 Dec 2000 03:03:39 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBB7uWp34663; Sun, 10 Dec 2000 23:56:32 -0800 (PST) (envelope-from dillon) Message-Id: <200012110756.eBB7uWp34663@freefall.freebsd.org> From: Matt Dillon Date: Sun, 10 Dec 2000 23:52:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/12/10 23:52:47 PST Modified files: sys/vm vm_pageout.c Log: Be less conservative with a recently added KASSERT. Certain edge cases with file fragments and read-write mmap's can lead to a situation where a VM page has odd dirty bits, e.g. 0xFC - due to being dirtied by an mmap and only the fragment (representing a non-page-aligned end of file) synced via a filesystem buffer. A correct solution that guarentees consistent m->dirty for the file EOF case is being worked on. In the mean time we can't be so conservative in the KASSERT. Revision Changes Path 1.165 +5 -2 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message