]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Fix cpu timers expiration time
authorOleg Nesterov <oleg@tv-sign.ru>
Wed, 26 Oct 2005 16:26:53 +0000 (20:26 +0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 26 Oct 2005 22:21:14 +0000 (15:21 -0700)
commit767b07c579682810c9aa27dd2c5541eeab522c79
treeb602abc9445b2c4a10788147c58a28fe1f4e63f7
parentaa245c786759c5ec60d0f6a1e3934306eaca0cae
[PATCH] Fix cpu timers expiration time

There's a silly off-by-one error in the code that updates the expiration
of posix CPU timers, causing them to not be properly updated when they
hit exactly on their expiration time (which should be the normal case).

This causes them to then fire immediately again, and only _then_ get
properly updated.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/posix-cpu-timers.c