[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BE440AD.20300@colorfullife.com>
Date: Fri, 07 May 2010 18:32:45 +0200
From: Manfred Spraul <manfred@...orfullife.com>
To: Oren Laadan <orenl@...columbia.edu>
CC: Andrew Morton <akpm@...ux-foundation.org>,
containers@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org, Serge Hallyn <serue@...ibm.com>,
Matt Helsley <matthltc@...ibm.com>,
Pavel Emelyanov <xemul@...nvz.org>,
Oleg Nesterov <oleg@...hat.com>
Subject: Re: [PATCH v21 053/100] c/r (ipc): allow allocation of a desired
ipc identifier
Hi Oren,
On 05/01/2010 04:15 PM, Oren Laadan wrote:
> @@ -82,7 +82,7 @@ void shm_init_ns(struct ipc_namespace *ns)
> * Called with shm_ids.rw_mutex (writer) and the shp structure locked.
> * Only shm_ids.rw_mutex remains locked on exit.
> */
> -static void do_shm_rmid(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp)
> +void do_shm_rmid(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp)
> {
> struct shmid_kernel *shp;
> shp = container_of(ipcp, struct shmid_kernel, shm_perm);
>
This hunk appears to be unrelated to the main patch.
Is it intentional or a left-over from debugging?
--
Manfred
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists