Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 15:35:16 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_page.c
Message-ID:  <200904171535.n3HFZiDO041169@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-04-17 15:35:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/vm               vm_page.c 
  Log:
  SVN rev 191204 on 2009-04-17 15:35:16Z by alc
  
  MFC r175055
    Defer setting either PG_CACHED or PG_FREE until after the free page
    queues lock is acquired.  Otherwise, the state of a reservation's
    pages' flags and its population count can be inconsistent.  That could
    result in a page being freed twice.
  
  (This change should have been included in the MFC of the superpages
  support.)
  
  Thanks to:      pho for an illuminating crash
  
  Approved by:    re (kib)
  
  Revision   Changes    Path
  1.357.2.9  +2 -2      src/sys/vm/vm_page.c



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