git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb048f
)
Btrfs: Remove superfluous casts from u64 to unsigned long long
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Tue, 20 Aug 2013 11:20:07 +0000
(13:20 +0200)
committer
Chris Mason
<chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:16:08 +0000
(08:16 -0400)
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>
No differences found