From: Geert Uytterhoeven Date: Tue, 20 Aug 2013 11:20:09 +0000 (+0200) Subject: Btrfs: Format PAGE_SIZE as unsigned long X-Git-Tag: v3.12-rc1~40^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f9f02357f2bff96fc5e8a000c78ec5f96d42af;p=pandora-kernel.git 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 Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed