lkml.org 
[lkml]   [2010]   [Dec]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 06/16] signal: fix premature completion of group stop when interfered by ptrace
On 12/06, Tejun Heo wrote:
>
> +static bool task_participate_group_stop(struct task_struct *task)
> +{
> + struct signal_struct *sig = task->signal;
> + bool consume = task->group_stop & GROUP_STOP_CONSUME;
> +
> + task_clear_group_stop(task);
> +
> + if (!consume)
> + return false;
> +
> + task->group_stop &= ~GROUP_STOP_CONSUME;

Minor nit, GROUP_STOP_CONSUME was already cleared by task_clear_group_stop().

Oleg.



\
 
 \ /
  Last update: 2010-12-20 16:09    [W:0.264 / U:1.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site