Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 1998 10:00:20 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   commited B_RELBUF/B_DELWRI fix from -current into -stable in brelse()
Message-ID:  <199810191700.KAA16589@apollo.backplane.com>

next in thread | raw e-mail | index | archive | help
    I've been running this patch on BEST's -stable machines for 
    over a month now with no detriment.  I've commited it into
    -stable.  The patch fixes the lost file write data VM problem
    where modified data pages would sometimes not get committed to
    disk and the page would then be freed/reused, causing the write
    to be lost.

    As more and more programs use mmap(), I consider it critical 
    that we fix mmap() (and the VM system in general).  We seem to
    be very close, if not already there in -current!

						-Matt


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?199810191700.KAA16589>