Skip to content
  • Oleg Nesterov's avatar
    [PATCH] Fix cpu timers expiration time · 7a4ed937
    Oleg Nesterov authored
    
    
    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: default avatarLinus Torvalds <torvalds@osdl.org>
    7a4ed937