From: Oleg Nesterov Date: Thu, 23 Jun 2005 07:09:00 +0000 (-0700) Subject: [PATCH] posix-timers: use try_to_del_timer_sync() X-Git-Tag: v2.6.13-rc1~68^2~463 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f972be33ce6a08b5f096ba013c7459a3a82f5f39;p=pandora-kernel.git [PATCH] posix-timers: use try_to_del_timer_sync() sys_timer_settime/sys_timer_delete needs to delete k_itimer->real.timer synchronously while holding ->it_lock, which is also locked in posix_timer_fn. This patch removes timer_active/set_timer_inactive which plays with timer_list's internals in favour of using try_to_del_timer_sync(), which was introduced in the previous patch. Signed-off-by: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed