tracing: fix the block trace points print size
authorSteven Rostedt <srostedt@redhat.com>
Tue, 9 Jun 2009 18:04:26 +0000 (14:04 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 9 Jun 2009 18:17:36 +0000 (14:17 -0400)
commit6556d1df88fe68f9836beeb43342a336691cb67c
treef9c550134fdf74fadafee32253a8a69552bfc9f1
parent55782138e47d9baf2f7d3a7af9e7cf42adf72c56
tracing: fix the block trace points print size

The sector field is either u64 or unsigned long depending on
the arch. This patch casts the sector to unsigned long long to
prevent the printf warnings.

[ Impact: remove compile warnings ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/events/block.h