Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit c9c024b upstream. The expiry function compares the timer against current time and does not expire the timer when the expiry time is >= now. That's wrong. If the timer is set for now, then it must expire. Make the condition expiry > now for breaking out the loop. Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: John Stultz <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information