PERFORCE change 156342 for review

Robert Watson rwatson at FreeBSD.org
Sun Jan 18 10:22:21 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=156342

Change 156342 by rwatson at 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
 


More information about the p4-projects mailing list