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)
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>

No differences found