diff options
| author | Ingo Molnar <[email protected]> | 2012-08-04 19:21:14 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2012-08-05 10:37:14 +0000 |
| commit | 1d17d17484d40f2d5b35c79518597a2b25296996 (patch) | |
| tree | a11000cb9a7197b5d70573d0faa417cb36ba0e4b /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
| parent | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... (diff) | |
| download | kernel-1d17d17484d40f2d5b35c79518597a2b25296996.tar.gz kernel-1d17d17484d40f2d5b35c79518597a2b25296996.zip | |
time: Fix adjustment cleanup bug in timekeeping_adjust()
Tetsuo Handa reported that sporadically the system clock starts
counting up too quickly which is enough to confuse the hangcheck
timer to print a bogus stall warning.
Commit 2a8c0883 "time: Move xtime_nsec adjustment underflow handling
timekeeping_adjust" overlooked this exit path:
} else
return;
which should really be a proper exit sequence, fixing the bug as a
side effect.
Also make the flow more readable by properly balancing curly
braces.
Reported-by: Tetsuo Handa <[email protected]> wrote:
Tested-by: Tetsuo Handa <[email protected]> wrote:
Signed-off-by: Ingo Molnar <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions
