cvs commit: src/sys/vm vm_fault.c

Alan Cox alc at FreeBSD.org
Thu Jun 19 21:20:37 PDT 2003


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


More information about the cvs-src mailing list