Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 23:29:36 +0000 (UTC)
From:      Brian Feldman <green@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_contig.c
Message-ID:  <200407192329.i6JNTa3b070012@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407192329.i6JNTa3b070012>