cvs commit: src/sys/vm vm_map.c vm_object.c vm_object.h

Alan Cox alc at FreeBSD.org
Sun Nov 2 13:30:11 PST 2003


alc         2003/11/02 13:30:10 PST

  FreeBSD src repository

  Modified files:
    sys/vm               vm_map.c vm_object.c vm_object.h 
  Log:
   - Introduce and use vm_object_reference_locked().  Unlike
     vm_object_reference(), this function must not be used to reanimate dead
     vm objects.  This restriction simplifies locking.
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.314     +1 -1      src/sys/vm/vm_map.c
  1.315     +24 -2     src/sys/vm/vm_object.c
  1.102     +1 -0      src/sys/vm/vm_object.h


More information about the cvs-src mailing list