[PATCH 1/2] m_type is long, not int

Oren Laadan orenl at cs.columbia.edu
Wed Jan 20 09:01:20 PST 2010


Ack for this and the next one... added.

serue at us.ibm.com wrote:
> From: Serge Hallyn <serue at us.ibm.com>
> 
> So make sure we store a field big enough on 64-bit arch.
> 
> Signed-off-by: Serge Hallyn <serue at us.ibm.com>
> ---
>  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 314d967..a80dcdc 100644
> --- a/include/linux/checkpoint_hdr.h
> +++ b/include/linux/checkpoint_hdr.h
> @@ -977,7 +977,7 @@ struct ckpt_hdr_ipc_msg {
>  
>  struct ckpt_hdr_ipc_msg_msg {
>  	struct ckpt_hdr h;
> -	__s32 m_type;
> +	__s64 m_type;
>  	__u32 m_ts;
>  	__s32 sec_ref;
>  } __attribute__((aligned(8)));


More information about the Containers mailing list