Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143195
b: refs/heads/master
c: f26ec5b
h: refs/heads/master
i:
  143193: 886a5a8
  143191: fc7a0c3
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Apr 13, 2009
1 parent 7fa2ed9 commit 0dec2ed
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: 17a5138d204014b00cb9c1d6e8ff311993041b5c
refs/heads/master: f26ec5baa67524b00311b8ec4626efc0a95925e1
2 changes: 1 addition & 1 deletion trunk/ipc/mq_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#define MIN_MSGSIZEMAX 128 /* min value for msgsize_max */
#define MAX_MSGSIZEMAX (8192*128) /* max value for msgsize_max */

#ifdef CONFIG_PROC_SYSCTL
static void *get_mq(ctl_table *table)
{
char *which = table->data;
Expand All @@ -30,7 +31,6 @@ static void *get_mq(ctl_table *table)
return which;
}

#ifdef CONFIG_PROC_SYSCTL
static int proc_mq_dointvec(ctl_table *table, int write, struct file *filp,
void __user *buffer, size_t *lenp, loff_t *ppos)
{
Expand Down

0 comments on commit 0dec2ed

Please sign in to comment.