cvs commit: src/sys/vm device_pager.c vm_object.c

Jeff Roberson jeff at FreeBSD.org
Sat Oct 4 07:21:57 PDT 2003


jeff        2003/10/04 07:21:53 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               device_pager.c vm_object.c 
  Log:
   - Use the UMA_ZONE_VM flag on the fakepg and object zones to prevent
     vm recursion and LORs.  This may be necessary for other zones created in
     the vm but this needs to be verified.
  
  Revision  Changes    Path
  1.68      +2 -1      src/sys/vm/device_pager.c
  1.307     +1 -1      src/sys/vm/vm_object.c


More information about the cvs-src mailing list