diff options
Diffstat (limited to 'include/linux/ipc_namespace.h')
-rw-r--r-- | include/linux/ipc_namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h index c3b1da9e5feb..ea6c18a8b0d4 100644 --- a/include/linux/ipc_namespace.h +++ b/include/linux/ipc_namespace.h | |||
@@ -52,6 +52,7 @@ extern atomic_t nr_ipc_ns; | |||
52 | #define INIT_IPC_NS(ns) .ns = &init_ipc_ns, | 52 | #define INIT_IPC_NS(ns) .ns = &init_ipc_ns, |
53 | 53 | ||
54 | extern int register_ipcns_notifier(struct ipc_namespace *); | 54 | extern int register_ipcns_notifier(struct ipc_namespace *); |
55 | extern int cond_register_ipcns_notifier(struct ipc_namespace *); | ||
55 | extern int unregister_ipcns_notifier(struct ipc_namespace *); | 56 | extern int unregister_ipcns_notifier(struct ipc_namespace *); |
56 | extern int ipcns_notify(unsigned long); | 57 | extern int ipcns_notify(unsigned long); |
57 | 58 | ||