diff options
author | 2013-07-23 11:48:17 +0200 | |
---|---|---|
committer | 2013-07-23 11:48:17 +0200 | |
commit | b59f2b4d30c187160df597bae41cabe497b6acf4 (patch) | |
tree | e29ed9e3cbaf777cc1a10c99c4542985002d2c88 /net/unix/sysctl_net_unix.c | |
parent | mutex: Fix/document access-once assumption in mutex_can_spin_on_owner() (diff) | |
parent | Linux 3.11-rc2 (diff) | |
download | wireguard-linux-b59f2b4d30c187160df597bae41cabe497b6acf4.tar.xz wireguard-linux-b59f2b4d30c187160df597bae41cabe497b6acf4.zip |
Merge tag 'v3.11-rc2' into core/locking
Merge in Linux 3.11-rc2 before moving on with new work.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
-rw-r--r-- | net/unix/sysctl_net_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/sysctl_net_unix.c b/net/unix/sysctl_net_unix.c index 8800604c93f4..b3d515021b74 100644 --- a/net/unix/sysctl_net_unix.c +++ b/net/unix/sysctl_net_unix.c @@ -15,7 +15,7 @@ #include <net/af_unix.h> -static ctl_table unix_table[] = { +static struct ctl_table unix_table[] = { { .procname = "max_dgram_qlen", .data = &init_net.unx.sysctl_max_dgram_qlen, |