From: Yoshihiro YUNOMAE Date: Thu, 11 Oct 2012 23:27:54 +0000 (-0700) Subject: ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64 X-Git-Tag: v3.8-rc1~60^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ecf2c3afead23a05227ab004e4212eca08c207;p=pandora-kernel.git 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 Cc: Vaibhav Nagarnaik Signed-off-by: Yoshihiro YUNOMAE Signed-off-by: David Sharp Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed