From: Roman Zippel Date: Wed, 20 Aug 2008 23:46:08 +0000 (-0700) Subject: ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanup X-Git-Tag: v2.6.28-rc1~82^2^4~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916c7a855174e3b53d182b97a26b2e27a29726a1;p=pandora-kernel.git ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanup Thanks to the review by Michael Kerrisk a bug in the recent ADJ_OFFSET_SS_READ option was discovered, where the ntp time_offset was inadvertently set by it. This fixes this by making the adjtime code more separate from the ntp_adjtime code (both of which really want to be separate syscalls). Signed-off-by: Roman Zippel Signed-off-by: Andrew Morton Acked-by: John Stultz Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed