All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: [PATCH] fix checkpoint header exports
Date: Mon, 15 Jun 2009 00:10:37 -0500	[thread overview]
Message-ID: <m37hze2ib6.fsf@pobox.com> (raw)

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

             reply	other threads:[~2009-06-15  5:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-15  5:10 Nathan Lynch [this message]
     [not found] ` <m37hze2ib6.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-06-15 19:54   ` [PATCH] fix checkpoint header exports 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m37hze2ib6.fsf@pobox.com \
    --to=ntl-e+axbwqsrlaavxtiumwx3w@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.