From: Oleg Nesterov on 14 May 2010 12:10 (add Stanislaw) On 05/14, Andrey Vagin wrote: > > Signed-off-by: Andrey Vagin <avagin(a)openvz.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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: arch/arm/mach-davinci: Use kzalloc Next: [PATCH 1/3] input: Add some extra PNP keyboard types |