ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64
authorYoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com>
Thu, 11 Oct 2012 23:27:54 +0000 (16:27 -0700)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 2 Nov 2012 14:21:48 +0000 (10:21 -0400)
commit50ecf2c3afead23a05227ab004e4212eca08c207
tree3253309826c5c39208707a5b5e0afca9c9b5efbd
parent60303ed3f4b9332b9aa9bc17c68bc174e7343e2d
ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64

ring_buffer_oldest_event_ts() should return a value of u64 type, because
ring_buffer_per_cpu->buffer_page->buffer_data_page->time_stamp is u64 type.

Link: http://lkml.kernel.org/r/1349998076-15495-5-git-send-email-dhsharp@google.com
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Vaibhav Nagarnaik <vnagarnaik@google.com>
Signed-off-by: Yoshihiro YUNOMAE <yoshihiro.yunomae.ez@hitachi.com>
Signed-off-by: David Sharp <dhsharp@google.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/ring_buffer.h
kernel/trace/ring_buffer.c