diff options
Diffstat (limited to 'ipc/ipcns_notifier.c')
-rw-r--r-- | ipc/ipcns_notifier.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipcns_notifier.c b/ipc/ipcns_notifier.c index 0786af6ce3ec..c7974609defc 100644 --- a/ipc/ipcns_notifier.c +++ b/ipc/ipcns_notifier.c | |||
@@ -29,6 +29,8 @@ static int ipcns_callback(struct notifier_block *self, | |||
29 | 29 | ||
30 | switch (action) { | 30 | switch (action) { |
31 | case IPCNS_MEMCHANGED: /* amount of lowmem has changed */ | 31 | case IPCNS_MEMCHANGED: /* amount of lowmem has changed */ |
32 | case IPCNS_CREATED: | ||
33 | case IPCNS_REMOVED: | ||
32 | /* | 34 | /* |
33 | * It's time to recompute msgmni | 35 | * It's time to recompute msgmni |
34 | */ | 36 | */ |