From: Ingo Molnar Date: Sun, 22 Feb 2009 14:15:32 +0000 (+0100) Subject: time: ntp: refactor do_adjtimex() X-Git-Tag: v2.6.30-rc1~657^2^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f2257116474ceed5fccab510b4f7245c0f49d7;p=pandora-kernel.git time: ntp: refactor do_adjtimex() Impact: cleanup, no functionality changed do_adjtimex() is currently a monster function with a maze of branches. Refactor the txc->modes setting aspects of it into two new helper functions: process_adj_status() process_adjtimex_modes() kernel/time/ntp.o: text data bss dec hex filename 2512 114 136 2762 aca ntp.o.before 2512 114 136 2762 aca ntp.o.after Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed