]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit309940d2891ad133efc59c2ec39508a3aa0eb3d2
tree7b2497a9836f1a3c964cb02b8067af3053524c10
parentaa8f1494050fceee8f1c55a31a6060d682122513
[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