From: Geert Uytterhoeven Date: Tue, 20 Aug 2013 11:20:07 +0000 (+0200) Subject: Btrfs: Remove superfluous casts from u64 to unsigned long long X-Git-Tag: v3.12-rc1~40^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c9ff7c94e83fae89a742df74db51156869bad5;p=pandora-kernel.git Btrfs: Remove superfluous casts from u64 to unsigned long long u64 is "unsigned long long" on all architectures now, so there's no need to cast it when formatting it using the "ll" length modifier. Signed-off-by: Geert Uytterhoeven Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed