]> git.karo-electronics.de Git - karo-tx-linux.git/commit
posix_timer: Fix error path in timer_create
authorAndrey Vagin <avagin@openvz.org>
Mon, 24 May 2010 19:15:33 +0000 (12:15 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:21:56 +0000 (11:21 -0700)
commit4562830db9b66f4eb10fb98624af1fcba20a0c50
tree5a052fd33ed5d1828702dac802204b473b281874
parentb55e34571e4db0b98fe1ba0fceeed734e2eb5c33
posix_timer: Fix error path in timer_create

commit 45e0fffc8a7778282e6a1514a6ae3e7ae6545111 upstream.

Move CLOCK_DISPATCH(which_clock, timer_create, (new_timer)) after all
posible EFAULT erros.

*_timer_create may allocate/get resources.
(for example posix_cpu_timer_create does get_task_struct)

[ tglx: fold the remove crappy comment patch into this ]

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Pavel Emelyanov <xemul@openvz.org>
Reviewed-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/posix-timers.c