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