Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 21:20:36 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_fault.c
Message-ID:  <200306200420.h5K4KanI051920@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/06/19 21:20:36 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  The so-called "optimized copy-on-write fault" case should not require
  the vm map lock.  What's really needed is vm object locking, which
  is (for the moment) provided Giant.
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.170     +2 -9      src/sys/vm/vm_fault.c



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