Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2005 20:06:11 +0000 (UTC)
From:      Bosko Milekic <bmilekic@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm uma_core.c
Message-ID:  <200502162006.j1GK6B0A041347@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bmilekic    2005-02-16 20:06:11 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               uma_core.c 
  Log:
  Make UMA set the overloaded page->object back to kmem_object for
  UMA_ZONE_REFCNT and UMA_ZONE_MALLOC zones, as the page(s) undoubtedly
  came from kmem_map for those two.  Previously it would set it back
  to NULL for UMA_ZONE_REFCNT zones and although this was probably not
  fatal, it added MORE code for no reason.
  
  Revision  Changes    Path
  1.115     +2 -8      src/sys/vm/uma_core.c



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