Commit adaad53b authored by Radostin Stoyanov's avatar Radostin Stoyanov Committed by Andrei Vagin

cr-restore: Remove unnecessay line

Signed-off-by: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
Acked-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent 306d1cd4
...@@ -137,7 +137,6 @@ static inline int stage_participants(int next_stage) ...@@ -137,7 +137,6 @@ static inline int stage_participants(int next_stage)
case CR_STATE_RESTORE: case CR_STATE_RESTORE:
return task_entries->nr_threads + task_entries->nr_helpers; return task_entries->nr_threads + task_entries->nr_helpers;
case CR_STATE_RESTORE_SIGCHLD: case CR_STATE_RESTORE_SIGCHLD:
return task_entries->nr_threads;
case CR_STATE_RESTORE_CREDS: case CR_STATE_RESTORE_CREDS:
return task_entries->nr_threads; return task_entries->nr_threads;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment