Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2001 21:21:47 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_fork.c
Message-ID:  <200103070521.f275LlF94215@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/03/06 21:21:47 PST

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  - Don't hold the proc lock across VREF and the fd* functions to avoid lock
    order reversals.
  - Add some preliminary locking in the !RF_PROC case.
  - Protect p_estcpu with sched_lock.
  
  Revision  Changes    Path
  1.105     +22 -5     src/sys/kern/kern_fork.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?200103070521.f275LlF94215>