From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Laadan Subject: Re: [PATCH (trivial)] ipc_objref should be s32 like all objrefs Date: Tue, 22 Dec 2009 19:47:46 -0500 Message-ID: <4B3168B2.2090901@cs.columbia.edu> References: <20091214201040.GA23054@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091214201040.GA23054-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Serge E. Hallyn" Cc: Linux Containers List-Id: containers.vger.kernel.org Yup. Serge E. Hallyn wrote: > Signed-off-by: Serge E. Hallyn > --- > include/linux/checkpoint_hdr.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/linux/checkpoint_hdr.h b/include/linux/checkpoint_hdr.h > index 1d3982d..57e1306 100644 > --- a/include/linux/checkpoint_hdr.h > +++ b/include/linux/checkpoint_hdr.h > @@ -435,7 +435,7 @@ struct ckpt_hdr_task_ns { > struct ckpt_hdr_ns { > struct ckpt_hdr h; > __s32 uts_objref; > - __u32 ipc_objref; > + __s32 ipc_objref; > } __attribute__((aligned(8))); > > /* cannot include from userspace, so define: */