Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2009 18:22:20 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 156342 for review
Message-ID:  <200901181822.n0IIMKN5007143@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156342

Change 156342 by rwatson@rwatson_freebsd_capabilities on 2009/01/18 18:22:04

	The pointer from a process to its descriptor is protected by the
	proctree_lock, not the process lock.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/sys/proc.h#8 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/sys/proc.h#8 (text+ko) ====

@@ -510,7 +510,7 @@
 	int		p_boundary_count;/* (c) Num threads at user boundary */
 	int		p_pendingcnt;	/* how many signals are pending */
 	struct itimers	*p_itimers;	/* (c) POSIX interval timers. */
-	struct procdesc	*p_procdesc;	/* (c) Process descriptor, if any. */
+	struct procdesc	*p_procdesc;	/* (e) Process descriptor, if any. */
 /* End area that is zeroed on creation. */
 #define	p_endzero	p_magic
 



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