]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Force this on for -next/mm testing purposes.
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 3 Aug 2011 00:53:03 +0000 (10:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Aug 2011 04:19:31 +0000 (14:19 +1000)
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: "Serge E. Hallyn" <serge.hallyn@canonical.com>
Cc: Daniel Lezcano <daniel.lezcano@free.fr>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Tejun Heo <tj@kernel.org>
Cc: Vasiliy Kulikov <segoon@openwall.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
ipc/shm.c

index 7d084a0b4991758d7bc32df7a7be84a902c5ea5c..0eb169e1b232451c6d7d22b0a22a8cb82020ff14 100644 (file)
--- a/ipc/shm.c
+++ b/ipc/shm.c
@@ -74,7 +74,7 @@ void shm_init_ns(struct ipc_namespace *ns)
        ns->shm_ctlmax = SHMMAX;
        ns->shm_ctlall = SHMALL;
        ns->shm_ctlmni = SHMMNI;
-       ns->shm_rmid_forced = 0;
+       ns->shm_rmid_forced = 1;
        ns->shm_tot = 0;
 
        /*