timekeeping: update xtime_cache when time(zone) changes
authorThomas Gleixner <tglx@linutronix.de>
Fri, 1 Feb 2008 16:45:13 +0000 (17:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 1 Feb 2008 16:45:13 +0000 (17:45 +0100)
commit1001d0a9ee74a468077dfd4da0565174e88de26b
tree8775592b23e8049700ff98a7bdbcf9c802a0f127
parent3588a085cd52ef080bf72df772378e1ba6bb292f
timekeeping: update xtime_cache when time(zone) changes

xtime_cache needs to be updated whenever xtime and or wall_to_monotic
are changed. Otherwise users of xtime_cache might see a stale (and in
the case of timezone changes utterly wrong) value until the next
update happens.

Fixup the obvious places, which miss this update.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <johnstul@us.ibm.com>
Tested-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/time.h
kernel/time.c
kernel/time/timekeeping.c