diff options
Diffstat (limited to 'kernel/pid.c')
-rw-r--r-- | kernel/pid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/pid.c b/kernel/pid.c index 0db3e791a06d..0eb6d8e8b1da 100644 --- a/kernel/pid.c +++ b/kernel/pid.c | |||
@@ -264,6 +264,7 @@ void free_pid(struct pid *pid) | |||
264 | struct pid_namespace *ns = upid->ns; | 264 | struct pid_namespace *ns = upid->ns; |
265 | hlist_del_rcu(&upid->pid_chain); | 265 | hlist_del_rcu(&upid->pid_chain); |
266 | switch(--ns->nr_hashed) { | 266 | switch(--ns->nr_hashed) { |
267 | case 2: | ||
267 | case 1: | 268 | case 1: |
268 | /* When all that is left in the pid namespace | 269 | /* When all that is left in the pid namespace |
269 | * is the reaper wake up the reaper. The reaper | 270 | * is the reaper wake up the reaper. The reaper |