[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100514160135.GA3727@redhat.com>
Date: Fri, 14 May 2010 18:01:35 +0200
From: Oleg Nesterov <oleg@...hat.com>
To: Andrey Vagin <avagin@...nvz.org>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, stable@...nel.org,
Pavel Emelyanov <xemul@...nvz.org>,
Stanislaw Gruszka <sgruszka@...hat.com>
Subject: Re: [PATCH 1/2] posix_timer: separate timer_cleanup from timer_del
(add Stanislaw)
On 05/14, Andrey Vagin wrote:
>
> Signed-off-by: Andrey Vagin <avagin@...nvz.org>
You forgot to write the changelog ;)
> --- a/kernel/posix-cpu-timers.c
> +++ b/kernel/posix-cpu-timers.c
> @@ -455,14 +455,21 @@ int posix_cpu_timer_del(struct k_itimer *timer)
> spin_unlock(&p->sighand->siglock);
> }
> read_unlock(&tasklist_lock);
> -
> - if (!ret)
> - put_task_struct(p);
> }
>
> + if (!ret)
> + posix_cpu_timer_cleanup(timer);
> +
> return ret;
> }
Could you please explain this change?
Oleg.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists