From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Laadan Subject: Re: [PATCH 1/3] export generic checkpoint headers to user space Date: Fri, 29 May 2009 06:22:16 -0400 Message-ID: <4A1FB758.2060802@cs.columbia.edu> References: <1243552253-7221-1-git-send-email-ntl@pobox.com> <20090529010217.GD17402@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090529010217.GD17402-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-qjLDD68F18O7TbgM5vRIOg@public.gmane.org, Nathan Lynch List-Id: containers.vger.kernel.org Applied to ckpt-v16-dev, thanks. Oren. Matt Helsley wrote: > On Thu, May 28, 2009 at 06:10:51PM -0500, Nathan Lynch wrote: >> Checkpoint-related headers are not properly exported, resulting in >> >> $ make ARCH=i386 headers_check -s >> /home/nathanl/devel/linux-2.6.git/usr/include/linux/fs.h:11: included file 'linux/checkpoint_types.h' is not exported >> >> Export checkpoint_types.h and checkpoint_hdr.h. >> >> After this and arch-specific exports to follow, user-cr can be built >> against the result of 'make headers_install'. >> >> Signed-off-by: Nathan Lynch >> --- > > You can apply this to all 3: > > Acked-by: Matt Helsley > > Thanks for posting these. > > Cheers, > -Matt >