From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [RFC PATCH 02/17] make ckpt_format_fmt non-static in checkpoint/sys.c Date: Wed, 28 Oct 2009 13:31:20 -0500 Message-ID: <20091028183120.GA22902@us.ibm.com> References: <1256683587-23961-1-git-send-email-serge@us.ibm.com> <1256683587-23961-3-git-send-email-serge@us.ibm.com> <20091028165317.GS31446@count0.beaverton.ibm.com> <20091028180418.GB19554@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20091028180418.GB19554-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: Matt Helsley Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org Quoting Serge E. Hallyn (serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org): > Quoting Matt Helsley (matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org): > > On Tue, Oct 27, 2009 at 05:46:12PM -0500, Serge Hallyn wrote: > > > From: Serge E. Hallyn > > > > > > Signed-off-by: Serge E. Hallyn > > > > nit: Would be nice to see a brief description along the lines > > "Heads up: here's why I'm moving this and making it non-static" > > Crap - i wrote one, but it must have gotten lost in one of > my several rebases. Can't find it. For now, the reason is: We will use ckpt_format_fmt in ckpt_error() which is used (and far more useful) in restart as well. So move it out of checkpoint.c and into sys.c.