Linux Container Development
 help / color / mirror / Atom feed
From: "Serge E. Hallyn" <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
To: Oren Laadan <orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
Cc: Linux Containers <containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org>
Subject: [PATCH 1/1] cr: sysvipc: don't break compilation with CONFIG_SYSVIPC=n
Date: Thu, 28 May 2009 14:59:23 -0500	[thread overview]
Message-ID: <20090528195923.GA24595@us.ibm.com> (raw)

Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
 include/linux/checkpoint.h |    2 +-
 include/linux/shm.h        |    2 +-
 init/Kconfig               |    6 ++++++
 ipc/Makefile               |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/include/linux/checkpoint.h b/include/linux/checkpoint.h
index 0c03ac7..812a444 100644
--- a/include/linux/checkpoint.h
+++ b/include/linux/checkpoint.h
@@ -95,7 +95,7 @@ extern int restore_ipc_ns(struct ckpt_ctx *ctx, int ns_objref, int flags);
 static inline int checkpoint_ipc_ns(struct ckpt_ctx *ctx,
 				    struct ipc_namespace *ipc_ns)
 { return 0; }
-static inline int restore_ipc_ns(struct ckpt_ctx *ctx)
+static inline int restore_ipc_ns(struct ckpt_ctx *ctx, int ns_objref, int flags)
 { return 0; }
 #endif /* CONFIG_SYSVIPC */
 
diff --git a/include/linux/shm.h b/include/linux/shm.h
index 97972eb..6edc26e 100644
--- a/include/linux/shm.h
+++ b/include/linux/shm.h
@@ -127,7 +127,7 @@ extern int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd,
 extern int ipcshm_restore(struct ckpt_ctx *ctx, struct mm_struct *mm,
 			  struct ckpt_hdr_vma *h);
 #else
-define ipcshm_restart NULL
+#define ipcshm_restore NULL
 #endif
 #endif
 
diff --git a/init/Kconfig b/init/Kconfig
index adb4260..3befc07 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -186,6 +186,12 @@ config SYSVIPC
 	  section 6.4 of the Linux Programmer's Guide, available from
 	  <http://www.tldp.org/guides.html>.
 
+config SYSVIPC_CHECKPOINT
+	bool
+	depends on SYSVIPC
+	depends on CHECKPOINT
+	default y
+
 config SYSVIPC_SYSCTL
 	bool
 	depends on SYSVIPC
diff --git a/ipc/Makefile b/ipc/Makefile
index 81af168..6d4c92e 100644
--- a/ipc/Makefile
+++ b/ipc/Makefile
@@ -9,6 +9,6 @@ obj_mq-$(CONFIG_COMPAT) += compat_mq.o
 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
 obj-$(CONFIG_IPC_NS) += namespace.o
 obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o
-obj-$(CONFIG_CHECKPOINT) += checkpoint.o \
+obj-$(CONFIG_SYSVIPC_CHECKPOINT) += checkpoint.o \
 			checkpoint_shm.o checkpoint_msg.o checkpoint_sem.o
 
-- 
1.6.1

             reply	other threads:[~2009-05-28 19:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-28 19:59 Serge E. Hallyn [this message]
     [not found] ` <20090528195923.GA24595-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-29 10:20   ` [PATCH 1/1] cr: sysvipc: don't break compilation with CONFIG_SYSVIPC=n Oren Laadan

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=20090528195923.GA24595@us.ibm.com \
    --to=serue-r/jw6+rmf7hqt0dzr+alfa@public.gmane.org \
    --cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
    --cc=orenl-eQaUEPhvms7ENvBUuze7eA@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox