]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ipcs: remove FIXME markup
authorSami Kerola <kerolasa@iki.fi>
Wed, 7 Jan 2015 21:44:44 +0000 (21:44 +0000)
committerSami Kerola <kerolasa@iki.fi>
Wed, 7 Jan 2015 21:57:53 +0000 (21:57 +0000)
The ipc message q_qbytes information is not in /proc, and it is unlikely
it will ever appear to there.

Reference: https://lkml.org/lkml/2012/11/25/18
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/ipcutils.c

index d1858a06ad335d153b8b9e0ead125ba4fad594c7..1e18b8a37c728856af10e35777ebd111356fee75 100644 (file)
@@ -387,10 +387,6 @@ int ipc_msg_get_info(int id, struct msg_data **msgds)
                if (id > -1) {
                        /* ID specified */
                        if (id == p->msg_perm.id) {
-                               /*
-                                * FIXME: q_qbytes are not in /proc
-                                *
-                                */
                                if (msgctl(id, IPC_STAT, &msgseg) != -1)
                                        p->q_qbytes = msgseg.msg_qbytes;
                                i = 1;