Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fork: Use ktime_get_ts()

do_posix_clock_monotonic_gettime() is a leftover from the initial
posix timer implementation which maps to ktime_get_ts().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Link: http://lkml.kernel.org/r/20140611234607.427408044@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Oleg Nesterov <oleg@redhat.com>

+1 -1
+1 -1
kernel/fork.c
··· 1262 1262 1263 1263 posix_cpu_timers_init(p); 1264 1264 1265 - do_posix_clock_monotonic_gettime(&p->start_time); 1265 + ktime_get_ts(&p->start_time); 1266 1266 p->real_start_time = p->start_time; 1267 1267 monotonic_to_bootbased(&p->real_start_time); 1268 1268 p->io_context = NULL;