diff options
Diffstat (limited to 'ipc/util.c')
-rw-r--r-- | ipc/util.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipc/util.c b/ipc/util.c index cb017c7b9370..c27f0e92f489 100644 --- a/ipc/util.c +++ b/ipc/util.c | |||
@@ -52,6 +52,9 @@ struct ipc_namespace init_ipc_ns = { | |||
52 | }, | 52 | }, |
53 | }; | 53 | }; |
54 | 54 | ||
55 | atomic_t nr_ipc_ns = ATOMIC_INIT(1); | ||
56 | |||
57 | |||
55 | /** | 58 | /** |
56 | * ipc_init - initialise IPC subsystem | 59 | * ipc_init - initialise IPC subsystem |
57 | * | 60 | * |