Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 2004 18:48:13 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 56799 for review
Message-ID:  <200407081848.i68ImDY3023710@repoman.freebsd.org>

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

Change 56799 by rwatson@rwatson_tislabs on 2004/07/08 18:48:06

	Remove sections of comment that no longer apply.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/sysv_msg.c#22 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/sysv_msg.c#22 (text+ko) ====

@@ -220,10 +220,7 @@
 
 	/*
 	 * Make sure that the msgunload maintains the consistency of the
-	 * msqids and msghdrs data structures. This assures that the unload
-	 * doesn't take place if any thread is in any of the code-paths
-	 * (tinkering with the data structures), and also that no thread
-	 * can enter the code-paths once the module is unloaded.
+	 * msqids and msghdrs data structures.
 	 */
 	for (msqid = 0; msqid < msginfo.msgmni; msqid++) {
 		/*



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