From: Andrew Morton Date: Wed, 24 Aug 2011 23:47:45 +0000 (+1000) Subject: Force this on for -next/mm testing purposes. X-Git-Tag: next-20110927~1^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5d6068a754264c113d61d3af6eb2271be92bae2f;p=karo-tx-linux.git Force this on for -next/mm testing purposes. Cc: "Eric W. Biederman" Cc: "Serge E. Hallyn" Cc: Daniel Lezcano Cc: Ingo Molnar Cc: Oleg Nesterov Cc: Randy Dunlap Cc: Tejun Heo Cc: Vasiliy Kulikov Signed-off-by: Andrew Morton --- diff --git a/ipc/shm.c b/ipc/shm.c index 02ecf2c078fc..5da50165a5bd 100644 --- 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; ipc_init_ids(&shm_ids(ns)); }