From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH 5/6] cr: restore file->f_cred Date: Wed, 20 May 2009 10:25:27 -0500 Message-ID: <20090520152527.GA28585@us.ibm.com> References: <20090519014446.GA28277@us.ibm.com> <20090519014546.GE28312@us.ibm.com> <4A141CEE.2080100@cs.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <4A141CEE.2080100-eQaUEPhvms7ENvBUuze7eA@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: Oren Laadan Cc: Linux Containers , David Howells , alexey-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org List-Id: containers.vger.kernel.org Quoting Oren Laadan (orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org): > > > Serge E. Hallyn wrote: > > Ony seems useful if you're using coda or hppfs, but go ahead and > > ^^^ > > (It is also used in some place under net/*...) ok > > diff --git a/include/linux/checkpoint_hdr.h b/include/linux/checkpoint_hdr.h > > index 98fc0f7..2693a72 100644 > > --- a/include/linux/checkpoint_hdr.h > > +++ b/include/linux/checkpoint_hdr.h > > @@ -341,6 +341,7 @@ struct ckpt_hdr_file { > > __u32 _padding; > > __u64 f_pos; > > __u64 f_version; > > + __s32 f_credref; > > This can replace the unused _padding field above ? Oh, of course. > > } __attribute__((aligned(8))); > > > > struct ckpt_hdr_file_generic { > > Acked-by: Oren Laadan Thanks - did you want me to send a new version, or will you apply the updated patch? thanks, -serge