Author: jamie
Date: Thu Jun  9 15:34:33 2016
New Revision: 301737
URL: https://svnweb.freebsd.org/changeset/base/301737

Log:
  Remove a comment that was part of copied code, and is misleading in
  the new location.

Modified:
  head/sys/kern/sysv_msg.c

Modified: head/sys/kern/sysv_msg.c
==============================================================================
--- head/sys/kern/sysv_msg.c    Thu Jun  9 15:19:48 2016        (r301736)
+++ head/sys/kern/sysv_msg.c    Thu Jun  9 15:34:33 2016        (r301737)
@@ -320,12 +320,6 @@ msgunload()
 #endif
 
        for (msqid = 0; msqid < msginfo.msgmni; msqid++) {
-               /*
-                * Look for an unallocated and unlocked msqid_ds.
-                * msqid_ds's can be locked by msgsnd or msgrcv while
-                * they are copying the message in/out.  We can't
-                * re-use the entry until they release it.
-                */
                msqkptr = &msqids[msqid];
                if (msqkptr->u.msg_qbytes != 0 ||
                    (msqkptr->u.msg_perm.mode & MSG_LOCKED) != 0)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to