commit | a0a0c28c1a7109d7955815074c52cac079ab3ba5 | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Thu Mar 16 23:04:01 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 17 07:51:25 2006 -0800 |
tree | 7b2497a9836f1a3c964cb02b8067af3053524c10 | |
parent | 67890d7084085e29c51afa2514036d42643fd3cf [diff] |
[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>