Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2009 06:52:14 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_pageout.c
Message-ID:  <200905280652.n4S6qJ4h065376@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-05-28 06:52:14 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_pageout.c 
  Log:
  SVN rev 192962 on 2009-05-28 06:52:14Z by alc
  
  Revise vm_pageout_scan()'s handling of partially dirty pages.  Specifically,
  rather than unconditionally making partially dirty pages fully dirty, only
  make partially dirty pages fully dirty if the pmap says that the page has
  been modified.
  
  (This change is also a small optimization.  It eliminate an unnecessary call
  to pmap_is_modified() on pages that are mapped read only.)
  
  Suggested by:   tegge
  
  Revision  Changes    Path
  1.306     +9 -8      src/sys/vm/vm_pageout.c



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