[PATCH] posix-timers: fix requeue accounting when signal is ignored
authorRoman Zippel <zippel@linux-m68k.org>
Fri, 17 Mar 2006 07:04:01 +0000 (23:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Mar 2006 15:51:25 +0000 (07:51 -0800)
commita0a0c28c1a7109d7955815074c52cac079ab3ba5
tree7b2497a9836f1a3c964cb02b8067af3053524c10
parent67890d7084085e29c51afa2514036d42643fd3cf
[PATCH] posix-timers: fix requeue accounting when signal is ignored

When the posix-timer signal is ignored then the timer is rearmed by the
callback function.  The requeue pending accounting has to be fixed up else
the state might be wrong.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/posix-timers.c