]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: Format PAGE_SIZE as unsigned long
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 20 Aug 2013 11:20:09 +0000 (13:20 +0200)
committerChris Mason <chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:16:10 +0000 (08:16 -0400)
commit4fa009a981b7ffed4625196321ba90d39887fb8a
tree3cb48fb289dcef313e8e11d1eafe99a8641982c7
parentf4f9acc0b56c74241b542de2552b3748fae1c857
Btrfs: Format PAGE_SIZE as unsigned long

PAGE_SIZE is "unsigned long" everywhere, so there's no need to cast it to
"unsigned long long" and format it as a 64-bit number.

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>
fs/btrfs/scrub.c