summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcutils.c
diff options
context:
space:
mode:
authorSami Kerola2015-01-07 22:44:44 +0100
committerSami Kerola2015-01-07 22:57:53 +0100
commit587f90b0556af1bede83480fcf637ede2c637ca3 (patch)
treea67c5a619712ad9fea858320bca66d160653132f /sys-utils/ipcutils.c
parentul: remove unexplained TERM=lpr override (diff)
downloadkernel-qcow2-util-linux-587f90b0556af1bede83480fcf637ede2c637ca3.tar.gz
kernel-qcow2-util-linux-587f90b0556af1bede83480fcf637ede2c637ca3.tar.xz
kernel-qcow2-util-linux-587f90b0556af1bede83480fcf637ede2c637ca3.zip
ipcs: remove FIXME markup
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>
Diffstat (limited to 'sys-utils/ipcutils.c')
-rw-r--r--sys-utils/ipcutils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-utils/ipcutils.c b/sys-utils/ipcutils.c
index d1858a06a..1e18b8a37 100644
--- a/sys-utils/ipcutils.c
+++ b/sys-utils/ipcutils.c
@@ -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;