Re: [PATCH] coredump: always kill the task no matter what

2012-10-11 Thread Jerome Glisse
On Thu, Oct 11, 2012 at 3:07 PM, wrote: > From: Jerome Glisse > > If do_coredump fails for any reason make sure that the task > is actualy wakeup and properly kill otherwise we endup with > zombies task. > > Signed-off-by: Jerome Glisse > --- > fs/coredump.c | 2 +- > 1 file changed, 1

[PATCH] coredump: always kill the task no matter what

2012-10-11 Thread j . glisse
From: Jerome Glisse If do_coredump fails for any reason make sure that the task is actualy wakeup and properly kill otherwise we endup with zombies task. Signed-off-by: Jerome Glisse --- fs/coredump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/coredump.c

[PATCH] coredump: always kill the task no matter what

2012-10-11 Thread j . glisse
From: Jerome Glisse jgli...@redhat.com If do_coredump fails for any reason make sure that the task is actualy wakeup and properly kill otherwise we endup with zombies task. Signed-off-by: Jerome Glisse jgli...@redhat.com --- fs/coredump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] coredump: always kill the task no matter what

2012-10-11 Thread Jerome Glisse
On Thu, Oct 11, 2012 at 3:07 PM, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com If do_coredump fails for any reason make sure that the task is actualy wakeup and properly kill otherwise we endup with zombies task. Signed-off-by: Jerome Glisse jgli...@redhat.com ---