From dbdd420e3d441c25362612949bc7dcfc5dd7e43b Mon Sep 17 00:00:00 2001 From: jamie Date: Wed, 15 Jun 2016 01:54:17 +0000 Subject: [PATCH] MFC r301737: Remove a comment that was part of copied code, and is misleading in the new location. git-svn-id: svn://svn.freebsd.org/base/stable/10@301906 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/kern/sysv_msg.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c index dcbe092c9..508f74e29 100644 --- a/sys/kern/sysv_msg.c +++ b/sys/kern/sysv_msg.c @@ -326,12 +326,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) -- 2.45.0