linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/30] headers: fixup cred.h, ipc_namespace.h
@ 2009-04-10  2:32 Alexey Dobriyan
  2009-04-10  8:47 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Dobriyan @ 2009-04-10  2:32 UTC (permalink / raw)
  To: akpm, containers
  Cc: xemul, serue, dave, mingo, orenl, hch, torvalds, linux-kernel

cred.h uses __init
ipc_namespace.h uses kern_ipc_perm.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 include/linux/cred.h          |    1 +
 include/linux/ipc_namespace.h |    2 ++
 2 files changed, 3 insertions(+)

--- a/include/linux/cred.h
+++ b/include/linux/cred.h
@@ -13,6 +13,7 @@
 #define _LINUX_CRED_H
 
 #include <linux/capability.h>
+#include <linux/init.h>
 #include <linux/key.h>
 #include <asm/atomic.h>
 
--- a/include/linux/ipc_namespace.h
+++ b/include/linux/ipc_namespace.h
@@ -6,6 +6,8 @@
 #include <linux/rwsem.h>
 #include <linux/notifier.h>
 
+struct kern_ipc_perm;
+
 /*
  * ipc namespace events
  */

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

end of thread, other threads:[~2009-04-10 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-10  2:32 [PATCH 01/30] headers: fixup cred.h, ipc_namespace.h Alexey Dobriyan
2009-04-10  8:47 ` Ingo Molnar
2009-04-10 13:17   ` Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).