]> Pileus Git - ~andy/linux/blobdiff - include/linux/ipc_namespace.h
ipc,mqueue: remove limits for the amount of system-wide queues
[~andy/linux] / include / linux / ipc_namespace.h
index f6c82de125413e8b6076ab91d68f64771641bfd1..35e7eca4e33b1fbbde3029b5f3cb2be350d0dafc 100644 (file)
@@ -21,7 +21,6 @@ struct user_namespace;
 struct ipc_ids {
        int in_use;
        unsigned short seq;
-       unsigned short seq_max;
        struct rw_semaphore rwsem;
        struct idr ipcs_idr;
        int next_id;
@@ -119,9 +118,7 @@ extern int mq_init_ns(struct ipc_namespace *ns);
  *     the new maximum will handle anyone else.  I may have to revisit this
  *     in the future.
  */
-#define MIN_QUEUESMAX                  1
 #define DFLT_QUEUESMAX               256
-#define HARD_QUEUESMAX              1024
 #define MIN_MSGMAX                     1
 #define DFLT_MSG                      10U
 #define DFLT_MSGMAX                   10