aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/msgutil.c
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 /ipc/msgutil.c
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 'ipc/msgutil.c')
-rw-r--r--ipc/msgutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/msgutil.c b/ipc/msgutil.c
index ed81aafd2392..a521999de4f1 100644
--- a/ipc/msgutil.c
+++ b/ipc/msgutil.c
@@ -37,8 +37,6 @@ struct ipc_namespace init_ipc_ns = {
#endif
};
-atomic_t nr_ipc_ns = ATOMIC_INIT(1);
-
struct msg_msgseg {
struct msg_msgseg *next;
/* the next part of the message follows immediately */