diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index e04a59405e99..df26c33037d2 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
@@ -1281,7 +1281,7 @@ bail_ref: | |||
1281 | 1281 | ||
1282 | /* move to end of parent's list to avoid starvation */ | 1282 | /* move to end of parent's list to avoid starvation */ |
1283 | remove_parent(p); | 1283 | remove_parent(p); |
1284 | add_parent(p, p->parent); | 1284 | add_parent(p); |
1285 | 1285 | ||
1286 | write_unlock_irq(&tasklist_lock); | 1286 | write_unlock_irq(&tasklist_lock); |
1287 | 1287 | ||