Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176698
b: refs/heads/master
c: 9cf18e1
h: refs/heads/master
v: v3
  • Loading branch information
Amerigo Wang authored and Linus Torvalds committed Dec 16, 2009
1 parent f309785 commit 6beb6c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5cc9c7b1a3e7ae4d700d9fce168fb597bcfe9b6
refs/heads/master: 9cf18e1dd74cd0061d58ac55029784ca3dd88f6a
2 changes: 1 addition & 1 deletion trunk/include/linux/ipc_namespace.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ extern int mq_init_ns(struct ipc_namespace *ns);
/* default values */
#define DFLT_QUEUESMAX 256 /* max number of message queues */
#define DFLT_MSGMAX 10 /* max number of messages in each queue */
#define HARD_MSGMAX (131072/sizeof(void *))
#define HARD_MSGMAX (32768*sizeof(void *)/4)
#define DFLT_MSGSIZEMAX 8192 /* max message size */
#else
static inline int mq_init_ns(struct ipc_namespace *ns) { return 0; }
Expand Down

0 comments on commit 6beb6c9

Please sign in to comment.