On Wed, 2010-08-18 at 09:01 +0200, Clemens Ladisch wrote:
Open-coding spin loops like that is really ugly, and could cause trouble
for -rt.
Also, I believe that if you want the very same semantics as before, you
need to use try_to_del_timer_sync(), not del_timer().
Also, if del_timer_sync() is not allowed from any interrupt context
(including softirq) then doing the spin-loop like that doesn't actually
solve anything.
Thomas, any comments?
--