]> git.openfabrics.org - ~emulex/infiniband.git/commit
Btrfs: PAGE_CACHE_SIZE is already unsigned long
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 20 Aug 2013 11:20:16 +0000 (13:20 +0200)
committerChris Mason <chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:16:17 +0000 (08:16 -0400)
commit778746b53be8a83a640b9b855b249c8020157eae
treec6e2078cde9fa1b874a29393d234da92cc3b14ab
parentb308bc2f05a86e728bd035e21a4974acd05f4d1e
Btrfs: PAGE_CACHE_SIZE is already unsigned long

PAGE_CACHE_SIZE == PAGE_SIZE is "unsigned long" everywhere, so there's no
need to cast it to "unsigned long".

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/check-integrity.c
fs/btrfs/extent_io.c