aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2016-08-02 14:07:32 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-08-02 19:35:44 -0400
commit3bd080e4d8f2351ee3e143f0ec9307cc95ae6639 (patch)
tree6a98d4479c9d51c72230beeede5b0382fe5973f5 /include
parentkcov: allow more fine-grained coverage instrumentation (diff)
downloadlinux-dev-3bd080e4d8f2351ee3e143f0ec9307cc95ae6639.tar.xz
linux-dev-3bd080e4d8f2351ee3e143f0ec9307cc95ae6639.zip
ipc: delete "nr_ipc_ns"
Write-only variable. Link: http://lkml.kernel.org/r/20160708214356.GA6785@p183.telecom.by Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ipc_namespace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h
index 1eee6bcfcf76..d10e54f03c09 100644
--- a/include/linux/ipc_namespace.h
+++ b/include/linux/ipc_namespace.h
@@ -63,8 +63,6 @@ struct ipc_namespace {
};
extern struct ipc_namespace init_ipc_ns;
-extern atomic_t nr_ipc_ns;
-
extern spinlock_t mq_lock;
#ifdef CONFIG_SYSVIPC