All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix checkpoint header exports
@ 2009-06-15  5:10 Nathan Lynch
       [not found] ` <m37hze2ib6.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Nathan Lynch @ 2009-06-15  5:10 UTC (permalink / raw)
  To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

checkpoint_types.h is not useful to userspace.  Unexport it.

checkpoint.h contains definitions that userspace needs.  Export it.

user-cr can now be built against exported headers.

Signed-off-by: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>

---

(against ckpt-v16-x86 as of a couple days ago; git.ncl.cs.columbia.edu
appears unresponsive atm)

 include/linux/Kbuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 25b7c0e..df43556 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -44,7 +44,7 @@ header-y += bpqether.h
 header-y += bsg.h
 header-y += can.h
 header-y += cdk.h
-header-y += checkpoint_types.h
+header-y += checkpoint.h
 header-y += checkpoint_hdr.h
 header-y += chio.h
 header-y += coda_psdev.h
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-20  4:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15  5:10 [PATCH] fix checkpoint header exports Nathan Lynch
     [not found] ` <m37hze2ib6.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-06-15 19:54   ` Oren Laadan
2009-06-20  1:10   ` Sukadev Bhattiprolu
     [not found]     ` <20090620011005.GA3890-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-06-20  4:34       ` Nathan Lynch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.