cvs commit: src/sys/vm vm_contig.c

Brian Feldman green at FreeBSD.org
Mon Jul 19 16:29:36 PDT 2004


green       2004-07-19 23:29:36 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_contig.c 
  Log:
  Remove extraneous locks on the VM free page queue mutex;  it is not
  meant to be recursed upon, and could cauuse a deadlock inside the
  new contigmalloc (vm.old_contigmalloc=0) code.
  
  Submitted by:   alc
  
  Revision  Changes    Path
  1.37      +0 -2      src/sys/vm/vm_contig.c


More information about the cvs-all mailing list