aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc')
-rw-r--r--ipc/mqueue.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index 02e6f679897..f8381f0660b 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -1275,10 +1275,7 @@ out_filesystem:
1275out_sysctl: 1275out_sysctl:
1276 if (mq_sysctl_table) 1276 if (mq_sysctl_table)
1277 unregister_sysctl_table(mq_sysctl_table); 1277 unregister_sysctl_table(mq_sysctl_table);
1278 if (kmem_cache_destroy(mqueue_inode_cachep)) { 1278 kmem_cache_destroy(mqueue_inode_cachep);
1279 printk(KERN_INFO
1280 "mqueue_inode_cache: not all structures were freed\n");
1281 }
1282 return error; 1279 return error;
1283} 1280}
1284 1281