From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sukadev Bhattiprolu Subject: Re: [PATCH] Rename headerless struct ckpt_hdr_* to struct ckpt_* Date: Mon, 31 Aug 2009 11:37:32 -0700 Message-ID: <20090831183732.GA2272@us.ibm.com> References: <20090826115529.GJ8078@count0.beaverton.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: <20090826115529.GJ8078-52DBMbEzqgQ/wnmkkaCWp/UQ3DHhIser@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 List-Id: containers.vger.kernel.org Matt Helsley [matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org] wrote: | Rename headerless struct ckpt_hdr_* to struct ckpt_* | | These structures do not, in fact, contain a struct ckpt_hdr so they | should not be named struct ckpt_hdr_* but struct ckpt_*. | | Signed-off-by: Matt Helsley I think its a good cleanup. Acked-by: Sukadev Bhattiprolu