[Devel] [PATCH 1/3] export generic checkpoint headers to user space

Nathan Lynch ntl at pobox.com
Thu May 28 16:10:51 PDT 2009


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 <ntl at pobox.com>
---
 include/linux/Kbuild |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 3f0eaa3..25b7c0e 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -44,6 +44,8 @@ header-y += bpqether.h
 header-y += bsg.h
 header-y += can.h
 header-y += cdk.h
+header-y += checkpoint_types.h
+header-y += checkpoint_hdr.h
 header-y += chio.h
 header-y += coda_psdev.h
 header-y += coff.h
-- 
1.6.0.6

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list