From: Steven Rostedt Date: Tue, 9 Jun 2009 18:04:26 +0000 (-0400) Subject: tracing: fix the block trace points print size X-Git-Tag: v2.6.31-rc1~401^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6556d1df88fe68f9836beeb43342a336691cb67c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed