Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 10:45:46 -0700 (PDT)
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:  <200210181745.g9IHjksU066392@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/10/18 10:45:45 PDT

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  Do not lock the process when calling fdfree() (this would have recursed on
  a non-recursive lock, the proc lock, before) since we don't need it to
  change p_fd.
  
  Revision  Changes    Path
  1.172     +0 -4      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?200210181745.g9IHjksU066392>