cvs commit: src/sys/vm vm_map.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 24 13:26:40 PDT 2004


dillon      2004/07/24 13:25:47 PDT

DragonFly src repository

  Modified files:
    sys/vm               vm_map.c 
  Log:
  Adjust gd_vme_avail after ensuring that sufficient entries exist rather
  then before.  This should solve a panic where the userland
  vm_map_entry_reserve() was eating out of the kernel's reserve and causing
  a recursive zalloc() to panic.
  
  Revision  Changes    Path
  1.30      +2 -2      src/sys/vm/vm_map.c


http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_map.c.diff?r1=1.29&r2=1.30&f=u





More information about the Commits mailing list