X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ipc%2Fmsgutil.c;h=5652101cdac03d42ca9645017cc2a4f8df6537cb;hb=d5ed5e48f4a6333cde05c5235b88a8a94e72afe8;hp=8b5ce5d3f3ef3e4f468d5afc4175cd22518fc029;hpb=3d762ca1cdf38b5fb7d1774734176d1d4d56bbb7;p=pandora-kernel.git diff --git a/ipc/msgutil.c b/ipc/msgutil.c index 8b5ce5d3f3ef..5652101cdac0 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, };