Commit 57e7cb69 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

dump: Print message about obtaining sigmask

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a9fd7583
...@@ -649,6 +649,7 @@ static int dump_task_core_seized(pid_t pid, int pid_dir, struct proc_pid_stat *s ...@@ -649,6 +649,7 @@ static int dump_task_core_seized(pid_t pid, int pid_dir, struct proc_pid_stat *s
core->tc.mm_env_start = stat->env_start; core->tc.mm_env_start = stat->env_start;
core->tc.mm_env_end = stat->env_end; core->tc.mm_env_end = stat->env_end;
pr_info("Obtainting sigmask ... ");
ret = get_task_sigmask(pid, pid_dir, &core->tc.blk_sigset); ret = get_task_sigmask(pid, pid_dir, &core->tc.blk_sigset);
if (ret) if (ret)
goto err_free; goto err_free;
......
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