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 66505c1dfc51..ebe5e80b10f8 100644 --- a/kernel/pid.c +++ b/kernel/pid.c | |||
@@ -265,6 +265,7 @@ void free_pid(struct pid *pid) | |||
265 | struct pid_namespace *ns = upid->ns; | 265 | struct pid_namespace *ns = upid->ns; |
266 | hlist_del_rcu(&upid->pid_chain); | 266 | hlist_del_rcu(&upid->pid_chain); |
267 | switch(--ns->nr_hashed) { | 267 | switch(--ns->nr_hashed) { |
268 | case 2: | ||
268 | case 1: | 269 | case 1: |
269 | /* When all that is left in the pid namespace | 270 | /* When all that is left in the pid namespace |
270 | * is the reaper wake up the reaper. The reaper | 271 | * is the reaper wake up the reaper. The reaper |