Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2010 20:46:28 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_object.c vm_page.c
Message-ID:  <201011182046.oAIKkpcU088632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-11-18 20:46:28 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_object.c vm_page.c 
  Log:
  SVN rev 215469 on 2010-11-18 20:46:28Z by kib
  
  Only increment object generation count when inserting the page into
  object page list.  The only use of object generation count now is a
  restart of the scan in vm_object_page_clean(), which makes sense to do
  on the page addition. Page removals do not affect the dirtiness of the
  object, as well as manipulations with the shadow chain.
  
  Suggested and reviewed by:      alc
  MFC after:    1 week
  
  Revision  Changes    Path
  1.427     +0 -7      src/sys/vm/vm_object.c
  1.422     +0 -3      src/sys/vm/vm_page.c



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