]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - ipc/util.h
namespaces: ipc namespaces: implement support for posix msqueues
[linux-2.6-omap-h63xx.git] / ipc / util.h
index 0e7d9223acc18ba75585b52a5ddb6f71ace95897..1187332a89d2e54143b953dc1b63af829b9ee592 100644 (file)
@@ -21,9 +21,11 @@ void shm_init (void);
 struct ipc_namespace;
 
 #ifdef CONFIG_POSIX_MQUEUE
-void mq_exit_ns(struct ipc_namespace *ns);
+extern void mq_clear_sbinfo(struct ipc_namespace *ns);
+extern void mq_put_mnt(struct ipc_namespace *ns);
 #else
-static inline void mq_exit_ns(struct ipc_namespace *ns) { }
+static inline void mq_clear_sbinfo(struct ipc_namespace *ns) { }
+static inline void mq_put_mnt(struct ipc_namespace *ns) { }
 #endif
 
 #ifdef CONFIG_SYSVIPC