Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2000 23:52:47 -0800 (PST)
From:      Matt Dillon <dillon@freefall.freebsd.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_pageout.c
Message-ID:  <200012110756.eBB7uWp34663@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012110756.eBB7uWp34663>