diff options
Diffstat (limited to 'include/linux/ipc_namespace.h')
-rw-r--r-- | include/linux/ipc_namespace.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h index 6db5522eef51..e4451d1da753 100644 --- a/include/linux/ipc_namespace.h +++ b/include/linux/ipc_namespace.h | |||
@@ -43,7 +43,10 @@ extern struct ipc_namespace init_ipc_ns; | |||
43 | #if defined(CONFIG_SYSVIPC) && defined(CONFIG_IPC_NS) | 43 | #if defined(CONFIG_SYSVIPC) && defined(CONFIG_IPC_NS) |
44 | extern void free_ipc_ns(struct kref *kref); | 44 | extern void free_ipc_ns(struct kref *kref); |
45 | extern struct ipc_namespace *copy_ipcs(unsigned long flags, | 45 | extern struct ipc_namespace *copy_ipcs(unsigned long flags, |
46 | struct ipc_namespace *ns); | 46 | struct ipc_namespace *ns); |
47 | extern void free_ipcs(struct ipc_namespace *ns, struct ipc_ids *ids, | ||
48 | void (*free)(struct ipc_namespace *, | ||
49 | struct kern_ipc_perm *)); | ||
47 | 50 | ||
48 | static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) | 51 | static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) |
49 | { | 52 | { |