Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 12:34:21 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_fault.c vm_page.c vm_pageout.c
Message-ID:  <200207201934.g6KJYL7p098159@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/07/20 12:34:21 PDT

  Modified files:
    sys/vm               vm_fault.c vm_page.c vm_pageout.c 
  Log:
   o Lock page queue accesses by vm_page_cache() in vm_fault() and
     vm_pageout_scan().  (The others are already locked.)
   o Assert that the page queues lock is held in vm_page_cache().
  
  Revision  Changes    Path
  1.146     +2 -1      src/sys/vm/vm_fault.c
  1.198     +1 -1      src/sys/vm/vm_page.c
  1.199     +2 -0      src/sys/vm/vm_pageout.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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