diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-12-09 00:38:50 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-12-09 00:40:21 -0500 |
commit | 6f686574cccc2ef66fb38e41f19cedd81e7b4504 (patch) | |
tree | 3ca07460f6dfc6f083ecdb8dbb96e2f525d97696 /ipc/msgutil.c | |
parent | 905ad269c55fc62bee3da29f7b1d1efeba8aa1e1 (diff) | |
download | linux-3.10-6f686574cccc2ef66fb38e41f19cedd81e7b4504.tar.gz linux-3.10-6f686574cccc2ef66fb38e41f19cedd81e7b4504.tar.bz2 linux-3.10-6f686574cccc2ef66fb38e41f19cedd81e7b4504.zip |
... and the same kind of leak for mqueue
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'ipc/msgutil.c')
-rw-r--r-- | ipc/msgutil.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/msgutil.c b/ipc/msgutil.c index 8b5ce5d3f3e..5652101cdac 100644 --- a/ipc/msgutil.c +++ b/ipc/msgutil.c @@ -27,11 +27,6 @@ DEFINE_SPINLOCK(mq_lock); */ struct ipc_namespace init_ipc_ns = { .count = ATOMIC_INIT(1), -#ifdef CONFIG_POSIX_MQUEUE - .mq_queues_max = DFLT_QUEUESMAX, - .mq_msg_max = DFLT_MSGMAX, - .mq_msgsize_max = DFLT_MSGSIZEMAX, -#endif .user_ns = &init_user_ns, }; |