From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Helsley Subject: Re: [PATCH 1/3] export generic checkpoint headers to user space Date: Thu, 28 May 2009 18:02:17 -0700 Message-ID: <20090529010217.GD17402@us.ibm.com> References: <1243552253-7221-1-git-send-email-ntl@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1243552253-7221-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@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: Nathan Lynch Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org List-Id: containers.vger.kernel.org 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