summaryrefslogtreecommitdiffstats
path: root/ipc/util.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-02-24 19:20:07 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2023-02-24 19:20:07 -0800
commit3df88c6a175d883b58fc3c31e36c94eb5e2ad180 (patch)
treeedf5dbd6d199ec94d3617945be0b8dbfbc578798 /ipc/util.h
parent10cc5d483ebc00e82d9a38d3419b2edc8b79b64d (diff)
parentda27f796a832122ee533c7685438dad1c4e338dd (diff)
downloadlinux-stable-3df88c6a175d883b58fc3c31e36c94eb5e2ad180.tar.gz
linux-stable-3df88c6a175d883b58fc3c31e36c94eb5e2ad180.tar.bz2
linux-stable-3df88c6a175d883b58fc3c31e36c94eb5e2ad180.zip
Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull ipc namespace update from Al Viro: "Rik's patches reducing the amount of synchronize_rcu() triggered by ipc namespace destruction. I've some pending stuff reducing that on the normal umount side, but it's nowhere near ready and Rik's stuff shouldn't be held back due to conflicts - I'll just redo the parts of my series that stray into ipc/*" * 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: ipc,namespace: batch free ipc_namespace structures ipc,namespace: make ipc namespace allocation wait for pending free
Diffstat (limited to 'ipc/util.h')
-rw-r--r--ipc/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/util.h b/ipc/util.h
index b2906e366539..67bdd2aa2c28 100644
--- a/ipc/util.h
+++ b/ipc/util.h
@@ -56,10 +56,8 @@ struct pid_namespace;
#ifdef CONFIG_POSIX_MQUEUE
extern void mq_clear_sbinfo(struct ipc_namespace *ns);
-extern void mq_put_mnt(struct ipc_namespace *ns);
#else
static inline void mq_clear_sbinfo(struct ipc_namespace *ns) { }
-static inline void mq_put_mnt(struct ipc_namespace *ns) { }
#endif
#ifdef CONFIG_SYSVIPC