Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 17:03:41 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_descrip.c
Message-ID:  <200210150003.g9F03fBB099889@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/10/14 17:03:41 PDT

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  Remove the leaderp variable and just access p_leader directly.  The
  p_leader field is not protected by the proc lock but is only set during
  fork1() by the parent process and never changes.
  
  Revision  Changes    Path
  1.163     +3 -12     src/sys/kern/kern_descrip.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?200210150003.g9F03fBB099889>