commit | 27f9f02357f2bff96fc5e8a000c78ec5f96d42af | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Aug 20 13:20:09 2013 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Sep 01 08:16:10 2013 -0400 |
tree | 3cb48fb289dcef313e8e11d1eafe99a8641982c7 | |
parent | 6e71c47afee8178c0620323009b23813bfde7eac [diff] |
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>