From: Christoph Hellwig Date: Sun, 24 Apr 2011 19:02:58 +0000 (+0000) Subject: xfs: fix compiler warning in xfs_trace.h X-Git-Tag: v3.0-rc1~327^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a18a29478a38e5df382cd299f636187fde773ab;p=pandora-kernel.git xfs: fix compiler warning in xfs_trace.h xfs_fsblock_t may be a 32-bit type on if XFS_BIG_BLKNOS is not set, make sure to cast a value of this type to an unsigned long long before using the ll printk qualifier. Reported-by: Randy Dunlap Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed