Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 1999 01:08:30 -0800 (PST)
From:      <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_fault.c
Message-ID:  <199902170908.BAA82733@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/02/17 01:08:29 PST

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  Submitted by:	Luoqi Chen <luoqi@watermarkgroup.com>
  
      Unlock vnode before messing with map to avoid deadlock between map and
      vnode ( e.g. with exec_map and underlying program binary vnode ).  Solves
      a deadlock that most often occurs during a large -j# buildworld reported
      by three people.
  
  Revision  Changes    Path
  1.100     +12 -1     src/sys/vm/vm_fault.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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