cvs commit: src/sys/vm vm_page.c

Alan Cox alc at FreeBSD.org
Sun Feb 18 05:54:43 UTC 2007


alc         2007-02-18 05:54:43 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Enable vm_page_free() and vm_page_free_zero() to be called on some pages
  without the page queues lock being held, specifically, pages that are not
  contained in a vm object and not a member of a page queue.
  
  Revision  Changes    Path
  1.340     +4 -2      src/sys/vm/vm_page.c


More information about the cvs-src mailing list