commit | bb1d860551c4307b1a7ee9a21b120319075e987e | [log] [tgz] |
---|---|---|
author | Jim Houston <jim.houston@comcast.net> | Sat Oct 28 10:38:56 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 28 11:30:55 2006 -0700 |
tree | b1a7ba710c54f76684a85f241802980b3bcbb92c | |
parent | eba6cd671427df295c10b54ee69cd5de419d38fe [diff] |
[PATCH] time_adjust cleared before use I notice that the code which implements adjtime clears the time_adjust value before using it. The attached patch makes the obvious fix. Acked-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Jim Houston <jim.houston@ccur.com> Cc: John Stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>