commit | 6556d1df88fe68f9836beeb43342a336691cb67c | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Jun 09 14:04:26 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jun 09 14:17:36 2009 -0400 |
tree | f9c550134fdf74fadafee32253a8a69552bfc9f1 | |
parent | 55782138e47d9baf2f7d3a7af9e7cf42adf72c56 [diff] |
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>