Explorar o código

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>
Thomas Gleixner %!s(int64=11) %!d(string=hai) anos
pai
achega
f037c1171d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/fork.c

+ 1 - 1
kernel/fork.c

@@ -1262,7 +1262,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
 
 
 	posix_cpu_timers_init(p);
 	posix_cpu_timers_init(p);
 
 
-	do_posix_clock_monotonic_gettime(&p->start_time);
+	ktime_get_ts(&p->start_time);
 	p->real_start_time = p->start_time;
 	p->real_start_time = p->start_time;
 	monotonic_to_bootbased(&p->real_start_time);
 	monotonic_to_bootbased(&p->real_start_time);
 	p->io_context = NULL;
 	p->io_context = NULL;