commit | c1c9ff7c94e83fae89a742df74db51156869bad5 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Aug 20 13:20:07 2013 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Sep 01 08:16:08 2013 -0400 |
tree | a931ebe1f410eba2a31ee78a2a24aa439f6e304f | |
parent | 1cb048f596cc7b4405d695d65ca70098a7ab9065 [diff] |
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 <geert@linux-m68k.org> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>