From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: [PATCH (trivial)] ipc_objref should be s32 like all objrefs Date: Mon, 14 Dec 2009 14:10:40 -0600 Message-ID: <20091214201040.GA23054@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline 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: Oren Laadan Cc: Linux Containers List-Id: containers.vger.kernel.org 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: */ -- 1.6.0.4