diff options
author | 2011-04-22 23:35:25 -0700 | |
---|---|---|
committer | 2011-04-22 23:35:25 -0700 | |
commit | 03351ff4d897098a590cb247b6eebc470b8ecb5a (patch) | |
tree | aed7a98a3d035689364c9ad5d7623d954403681e /ipc/msgutil.c | |
parent | Input: atmel_mxt_ts - convert to MT protocol B (diff) | |
parent | Linux 2.6.39-rc4 (diff) | |
download | wireguard-linux-03351ff4d897098a590cb247b6eebc470b8ecb5a.tar.xz wireguard-linux-03351ff4d897098a590cb247b6eebc470b8ecb5a.zip |
Merge commit 'v2.6.39-rc4' into next
Diffstat (limited to 'ipc/msgutil.c')
-rw-r--r-- | ipc/msgutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/msgutil.c b/ipc/msgutil.c index f095ee268833..8b5ce5d3f3ef 100644 --- a/ipc/msgutil.c +++ b/ipc/msgutil.c @@ -32,6 +32,7 @@ struct ipc_namespace init_ipc_ns = { .mq_msg_max = DFLT_MSGMAX, .mq_msgsize_max = DFLT_MSGSIZEMAX, #endif + .user_ns = &init_user_ns, }; atomic_t nr_ipc_ns = ATOMIC_INIT(1); |